Hi All, I have a form named "myForm" and a action named "myAction". "myAction" has a method perform. When everything is ok when finished, I forward to my page "sucess" . Now I implemented the method validade in "myForm", how (where...) can I configure the forward when the validade return a not empty ActionErrors ? I can do it validating "myForm" in the perform method ( "myAction" ), but in this case the perfom method will not be called. And I want make my validation in "myForm". :(
Thanks , William. _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

