SessionTimeout handling

2004-03-19 Thread Sanoj, Antony (IE10)
Hi, I am trying to handle session timeout by extending the ActionServlet. I am trying to use the request method isRequestedSessionIdValid() coupled with checking the session for my userbean. Please comment about this code. Advice if there is a better way to do session timeout trapping.

RE: SessionTimeout handling

2004-03-19 Thread Sanoj, Antony (IE10)
is something you usually configure the container to do, but again i'm not sure of your requirement. On 19 Mar 2004, at 10:48, Sanoj, Antony (IE10) wrote: Hi, I am trying to handle session timeout by extending the ActionServlet. I am trying to use the request method isRequestedSessionIdValid

RE: html:select / html:options

2004-03-23 Thread Sanoj, Antony (IE10)
Hi, I believe you need to read the following link http://www.jajakarta.org/struts/struts1.1/documentation/ja/target/userGuide/ printer/struts-html.html#options This should give you an idea of what the attributes of html:options are. Collection should be a set of java beans. Rules are clearly