How long is the duration of the objects in <t:saveState>. Ive read somewhere that it lasts longer than request, but shorter than session. Is there a fixed value with regard to its duration in memory? The reason I ask is because I have a managed bean that is saved in t:saveState and there comes a time that it expires and when a user clicks a button that is wired to my managed bean, a popup windows displays this message:
Reqest error, status:500 Internal Server Error Message : undefined I want to trap this kind of scenario so I can give a more meaningful status to the user. -- View this message in context: http://www.nabble.com/%3Ct%3AsaveState%3E---how-long---tf4483153.html#a12784550 Sent from the MyFaces - Users mailing list archive at Nabble.com.

