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

2004-04-10 Thread Stephan Jones
idual action mapping? Thanks for the first response Niall. Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: April 9, 2004 11:43 AM To: Struts Users Mailing List Subject: Re: Question about throwing an exception in the ValidatorForm validate method. Do you want to do

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

2004-04-10 Thread Niall Pemberton
OTECTED]> Sent: Saturday, April 10, 2004 12:08 PM Subject: Re: Question about throwing an exception in the ValidatorForm validate method. > No, you can only specify a RequestProcessor for different modules. > > You could put something in your struts-config.xml to indicate to the > Req

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

2004-04-10 Thread Niall Pemberton
ECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, April 09, 2004 8:45 PM Subject: RE: Question about throwing an exception in the ValidatorForm validate method. > The RequestProcessor processPreprocess(request, response) method seems the > best but >

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

2004-04-09 Thread Stephan Jones
Niall. Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: April 9, 2004 11:43 AM To: Struts Users Mailing List Subject: Re: Question about throwing an exception in the ValidatorForm validate method. Do you want to do this on a form by form basis or for all forms? If you

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

2004-04-09 Thread Niall Pemberton
validation if its expired and let the Action check your session and throw the Exception. 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

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