Hesitation leads to NullPointerException

2002-08-26 Thread Sri Sankaran
Using Struts 1.0.2 on Tomcat 4.0.2 bizarre.alert I have a problem that only occurs if the user lingers on a page for a while (say a few minutes). If after this duration, the user triggers any action, the application crashes with a NullPointerException. I have debugged the exception as being

RE: Hesitation leads to NullPointerException

2002-08-26 Thread Hajratwala, Nayan (N.)
: Sri Sankaran [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 11:54 AM To: Struts-User Subject: Hesitation leads to NullPointerException Using Struts 1.0.2 on Tomcat 4.0.2 bizarre.alert I have a problem that only occurs if the user lingers on a page for a while (say a few minutes

RE: Hesitation leads to NullPointerException

2002-08-26 Thread Sri Sankaran
, 2002 2:16 PM To: 'Struts Users Mailing List' Subject: RE: Hesitation leads to NullPointerException are you sure that you haven't set the session timeout to 30 *seconds*? Be careful to notice what the units being used by the timeout parameter are... (minutes, seconds, milliseconds, etc