Hi! I'm trying to override signup action save method. New Action class MySignupAction extends SignupAction. In struts xml signup and saveSignup mapped to MySignupAction Now /signup.html page opens, and saveSignup can pass if all fields are valid. But if a validation error made (e.g. User Name is empty and then User Name is required error message shown) then even after user name is entered message stays visible. Why validation message always stays while form is valid?
Thanks, ros -- View this message in context: http://www.nabble.com/validation-message-always-whown-tf4364378s2369.html#a12439826 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
