How to change "input" property of "Action" tag in Custom Validator Class

2005-03-16 Thread Bing Qiao
Hello, I build a custom Validator class for a DynaActionForm. The action tag looks like: 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

Re: How to change "input" property of "Action" tag in Custom Validator Class

2005-03-16 Thread Joe Germuska
At 11:57 AM + 3/16/05, Bing Qiao wrote: Hello, I build a custom Validator class for a DynaActionForm. The action tag looks like: 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