RE: Session Timeout

2006-08-30 Thread Nuwan Chandrasoma
hi, I think a new session is created if you invoke an action mapping. this code will not work. what you have to do is, add some attribute to the session.. and check if that attribute is on the session. if not you can redirect to your session timeout page. Correct me if i am worng in

RE: Session Timeout

2006-08-29 Thread John De Lello
truts Developers List; [EMAIL PROTECTED] Subject: RE: Session Timeout This can be done easily with javascript inside the main layout email me on [EMAIL PROTECTED] and I will send you the code skillipedia.com -Original Message- From: John De Lello [mailto:[EMAIL PROTECTED] Sent: Tu

RE: Session Timeout

2006-08-29 Thread faisal abdallah
[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 11:15 AM To: dev@struts.apache.org Subject: Session Timeout Hey Everyone, I am trying to use a custom session timeout JSP. To do this, I extended "RequestProcessor" and overrode "processPreprocess" and added the followi

RE: Session Timeout

2006-08-29 Thread John De Lello
Crap, sorry. Posted to the wrong list. -Original Message- From: John De Lello [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 11:15 AM To: dev@struts.apache.org Subject: Session Timeout Hey Everyone, I am trying to use a custom session timeout JSP. To do this, I extended

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){

DO NOT REPLY [Bug 36762] - After session timeout, exception in BeanUtils.populate for array property

2005-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36762] New: - After session timeout, exception in BeanUtils.populate for array property

2005-09-21 Thread bugzilla
gzilla/show_bug.cgi?id=36762 Summary: After session timeout, exception in BeanUtils.populate for array property Product: Struts Version: 1.1 RC1 Platform: PC OS/Version: Windows XP Status: NEW Severity: