RE: Question about throwing an exception in the ValidatorForm validate method.

2004-04-10 Thread Stephan Jones
was the only way found how to skip validation if a session has expired. Any other suggestions or betters ways I could accomplish this. -Original Message- From: Stephan Jones [mailto:[EMAIL PROTECTED] Sent: April 9, 2004 12:46 PM To: Struts Users Mailing List Subject: RE: Question about

RE: Question about throwing an exception in the ValidatorForm validate method.

2004-04-09 Thread Stephan Jones
ption. Niall - Original Message - From: "Stephan Jones" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 09, 2004 7:06 PM Subject: Question about throwing an exception in the ValidatorForm validate method. > I have a problem I need advice solving

Question about throwing an exception in the ValidatorForm validate method.

2004-04-09 Thread Stephan Jones
I have a problem I need advice solving. The Validate method does not allow me to check if the session has expired and throw a suitable exception. I have the possible scenario where a user calls up a page. Leaves it idle long enough to expire the session. Then hits the update button. What happens