Session Timeout

2006-08-29 Thread John De Lello
Hey Everyone, I am trying to use a custom session timeout JSP. To do this, I extended "RequestProcessor" and overrode "processPreprocess" and added the following code: HttpSession sess = req.getSession(false); if(sess == null){ // even when the session

RE: Session Timeout

2006-08-30 Thread John De Lello
an redirect to your session timeout page. > > Correct me if i am worng in here. > > Thanks, > > Nuwan > > John De Lello <[EMAIL PROTECTED]> wrote: > The mandate is no JS. I'd prefer to not use a filter either for this. I was > just wondering why

RE: Struts Book?

2006-08-30 Thread John De Lello
I recommend: http://www.objectsource.com/ It's a free PDF book -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 10:24 AM To: Struts Users Mailing List Subject: Re: Struts Book? Struts: The Complete Reference * http://opensource.atlassian

Re: Session Timeout

2006-08-30 Thread John De Lello
an redirect to your session timeout page. > > Correct me if i am worng in here. > > Thanks, > > Nuwan > > John De Lello <[EMAIL PROTECTED]> wrote: > The mandate is no JS. I'd prefer to not use a filter either for this. I was > just wondering why

Validation and Form Collections

2006-09-12 Thread John De Lello
Hello Everyone, I have a question regarding validation. I have JSP that uses the Html:Options tag to populate a DDLB. The action class creates the collection and puts it in the Form. All works fine until the form validation fails. When I come back from the form validation, I am getting a "Bean de