Hi,

There is a "stateful" parameter in the Form component. If the form is
submitted, stateful is set to true, and there is no session then a
StaleSessionException will be thrown.

Geoff

On 8/31/05, LOCHART,DOUGLAS E <[EMAIL PROTECTED]> wrote:
> 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]
> 
> 


-- 
The Spindle guy.           http://spindle.sf.net
Get help with Spindle:   
http://lists.sourceforge.net/mailman/listinfo/spindle-user
Announcement Feed:    
http://www.jroller.com/rss/glongman?catname=/Announcements
Feature Updates:            http://spindle.sf.net/updates

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to