Hello I am new to validating
struts with xml (validation.xml file).
I seem to have done everything correct except that when an error occurs I want it to forward it to a page "error.jsp".
Right now when the validaion is correct it goes to a page "success.jsp" which is good. But when a validation error occurs it throws an exception
(how do I forward it to error.jsp)
I have also created a FORWARD with the name of 'error'. But how do I write the code in the Action Class to say that when there is a validation error use this forward (error) otherwise use the succcess forward?
Thanks!!