If we leave our application open to a page that contains a
form and then come back the next morning and click the
submit button on the form the application tries to do a
rewind on the page to record the input parameters. Of
course this fails as the page does not have the proper
data so a Null Pointer Exception results.
My question is why did a StaleSessionException did not get
thrown? Our session timeout in tomcat is set to 30
minutes.
This same situation occurs if we perform a logout and then
use the back button to submit the form.
Please can someone give me some insight on why this is
happening and some direction so that I can fix it?
thanks again
Tapestry 3.0.3 - Tomcat 5.0.28
Doug
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]