Is there any way to clear actionerrors in your formbean resetNow method? For example once the logon form has been forwarded to itself displaying errors such as an incorrect password format I would like the user to be able to hit reset and it sets the form back to its original state. No errors, null for user name and password. As of now resetNow only nulls out the values before submit has been pressed. Any suggestions? Right now I am catching a cancel button in my action class and forwarding to the login page with redirect=true to get a new request. This seemes clunky.
James --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]