• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Multiple instances of the same portlet behave in a very odd way!!!!

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had put multiple instances of the same portlet[Let us say "Portlet1"]on the same JSF page.Any my portlet does the simple DIVISION operation.It directs the response to an error page displaying the exception occured.[e.g. divide by zero exception]Now when i put multiple instances of the same portlet on the JSF page it starts behaving in a very odd way.The exception occuring in one portlet is now shown in other portlets!!!i.e. for instance a Divide by zero exception on portlet1[Instance one] is shown on any other instance of the same portlet.How to overcome this kindly help me out.
[ July 01, 2008: Message edited by: Anup Srivastava ]
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI
Are any listeners configured?
or data sharing between portlets?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic