Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Session Timeout issue in JSF 2.0

843844Jul 1 2009 — edited Jul 7 2009
Hallo,

I have migrated my web application from Mojarra JSF 1.2 to 2.0.

In JSF 1.2 I was solving the Session Timeout navigation with the well known: http://techieexchange.blogspot.com/2008/02/jsf-session-expiry-timeout-solution.html

In JSF 2.0 after the session destroying if I click on a button that performs an Ajax request from a form I am getting an error message in FF:
"emptyResponse: An emply response was received from the server. Check server error logs"

With Firebug seems that the click is getting the sessionTimeout page as a response but it tries to do a partial rerender of only the submitted form.

How can I specify the behaviour to reload all the page in timeout case instead of replacing just a fragment of the page?

Christian
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 4 2009
Added on Jul 1 2009
8 comments
5,622 views