aspose file tools
The moose likes JSF and the fly likes How to refresh portlet without refresh portal page? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "How to refresh portlet without refresh portal page? " Watch "How to refresh portlet without refresh portal page? " New topic
Author

How to refresh portlet without refresh portal page?

murugesan govind
Greenhorn

Joined: Mar 09, 2008
Posts: 10
Hi,

I have developed four JSF portlets using webservices and one of the portlet is email which is displaying in datatable in the JSF ,
I want to refresh only email portlet whenever I get new email instead of refresh entire portal page manually.

How to refresh the portlet without refresh entire portal page manually?
OR
How to refresh DataTable in JSF so that It automatically updates the value?

My environment: RSAv7.0, WPSv6.0, and JSR168 API(JSF portlet)

Regards
Murugesan
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14571
    
    7

You'd need a portal system that uses AJAX - or at a minimum, frames. A portal page may look like a mosaic of portlets, but from the browser's viewpoint it's still an HTML web page, and thus contains the same limitations as any other HTML page. And that, alas, includes an "all-or-nothing" page update.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to refresh portlet without refresh portal page?
 
Similar Threads
how to forward from one portlet to another?
Portlet form data persistence
How to control the display from a porlet?
Websphere Portal navigation
Ajax for JSF