Okay. I'm feeling stupid today. Since the logic which determines where the user is returned after failing validation resides in RequestProcess.processValidate(), then if there is a configuration parameter, it will be in struts-config DTD.
I can therefore answer my own question. Sorry for wasting packets. robert > -----Original Message----- > From: Robert Taylor [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 15, 2002 9:16 AM > To: Struts Users Mailing List > Subject: RE: Validator: returning to a URI other than that defined by > mapping.getInput() > > > I know I can override RequestProcessor.processValidate(), but I was hoping > there was a configuration parameter I could use instead. > > robert > > > -----Original Message----- > > From: Robert Taylor [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, August 15, 2002 8:39 AM > > To: [EMAIL PROTECTED] > > Subject: Validator: returning to a URI other than that defined by > > mapping.getInput() > > > > > > When using StrutsValidator, am I constrained to returning the > user to the > > URI defined by mapping.getInput() when errors occur, or is > there a way to > > return them to a URI that is defined as an attribute or > parameter in some > > scope? > > > > robert > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

