I'm using a form bean, ABCFormBean of type ValidatorForm, in 5
jsp pages. In
struts config, i've defined the action tag and its input attribute value = "URL of the first of the JSP pages". I use the validation framework for form validation and the validation errors get displayed in the page specified in the input attribute. So far so good...
But now i want the errors in the 3rd page to be displayed after validation in the 3rd page itself rather than the page specified in the input attribute. Can somebody help me at this seemingly tricky situation?