- 
        1. Re: Always getting ViewExpiredException when we open page in new Windowmichpetrov May 25, 2016 12:01 PM (in response to vpenugo)Do you need to use the commandLink? You're not executing any action so there's no reason to send a request to the server, although I'm not sure if that helps. 
- 
        2. Re: Always getting ViewExpiredException when we open page in new Windowvpenugo May 26, 2016 1:34 AM (in response to michpetrov)Hi Michal, Thank you for your reply. Even though if i add action, I am getting same issue. Is there any way we can fix this issue. I am getting this issue after RF 4 upgrade. 
- 
        3. Re: Always getting ViewExpiredException when we open page in new Windowmichpetrov May 26, 2016 4:36 AM (in response to vpenugo)I didn't mean that you should add an action, you can use a simple link if you don't need anything to be done on the server. 
- 
        4. Re: Always getting ViewExpiredException when we open page in new Windowvpenugo May 26, 2016 7:31 AM (in response to michpetrov)Hi Michal, Can I Use 'com.sun.facelets.FaceletViewHandler' in Richfaces 4. I checked my old web.xml and new web.xml and found this entry was missed. So, I am thinking this might help. Please suggest. 
- 
        5. Re: Always getting ViewExpiredException when we open page in new Windowmichpetrov May 26, 2016 7:51 AM (in response to vpenugo)You could've just tried it, the class is not present in JSF 2.x. 
- 
        6. Re: Always getting ViewExpiredException when we open page in new Windowvpenugo May 26, 2016 8:18 AM (in response to michpetrov)Ok, Is there any alternate in JSF 2.x. I am really frustrating with this exception. none of the actions are not working after this exception. I need to close the browser and re-login to use application. Is there any other solution to fix this. 
- 
        7. Re: Always getting ViewExpiredException when we open page in new Windowmichpetrov May 27, 2016 1:02 PM (in response to vpenugo)There are substantial differences between JSF 1.2 and JSF 2, I don't think that particular class is the issue (and as far as I understand whatever the class did is handled by JSF 2.0 by default). Have you tried just opening the new window manually? Also take a look at this. 
 
    