This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Invoking a (refresh) method when user select a RichFacesfernando_jmt May 16, 2007 9:42 AM (in response to tonylmai)Use a page action. 
 Something like:<page view-id="userList.xhtml" action="#{userListing.refresh}"/>
- 
        2. Re: Invoking a (refresh) method when user select a RichFacestonylmai May 16, 2007 12:32 PM (in response to tonylmai)Does it invoke every time a user visits/revisit a page? It seemed like it did it only the first time the page was rendered. After that, it seemed to get the page/datamodel from cache. 
 Am I doing something wrong?
 Thanks
- 
        3. Re: Invoking a (refresh) method when user select a RichFacesmatt.drees May 16, 2007 1:14 PM (in response to tonylmai)It probably depends on whether you're using client, server, or ajax mode tabs. If you use server, I imagine page actions would work. 
 
     
    