Hi,
In a JSF-based application, suppose the user clicks, after the session
has timeout, a button associated with a backing-bean method.
Is this deemed to cause an exception, or is it simply that a new
bean instance is created in a new session?
The application I am developing does throw a ServletException.
I think this is because my bean class is written on the assumption
that it can get necessary info from the session context.
Is this correct?
Thanks,
Hisao