i have this situation where the first time a form is loaded, reset works fine. however, if I do a submit and the target is forwarded to "error", reset does not work anymore. Does anyone know how to set this up correctly?
in struts-config,xml, i have this entry:-
<forward name="success" path="/audit.jsp"/>
<forward name="error" path="/audit.jsp"/>
In short, whether the result is success or error, i want it to go back to the same page.
thanks
~za~
You can't bring back a dead thread!
in struts-config,xml, i have this entry:-
<forward name="success" path="/audit.jsp"/>
<forward name="error" path="/audit.jsp"/>
In short, whether the result is success or error, i want it to go back to the same page.
thanks
~za~
You can't bring back a dead thread!