Hello, I build a custom Validator class for a DynaActionForm. The action tag looks like: <action path="/submitpay" type="SubmitPayFormAction" parameter="action" name="paymentForm" scope="request" input="/paymentForm.jsp"> When the validation fails the request will be directed to paymentForm.jsp.
I wonder if it's possible to direct the request to different pages in my custom validator class. This might be done by setting the input to an intermediate action or jsp, which is however not preferable in my case. In a word, is there a way to tell struts not to use the path defined in "input" but another one in Validator class? Thank you very much! Bqiao --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]