Are you saying that if validation fails once, it continues to fail? If so, can you reproduce it on the demo site?
demo.appfuse.org Thanks, Matt On 9/1/07, ros <[EMAIL PROTECTED]> wrote: > > 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? > > Does appfuse signup action validation process differs from all other actions > validation? > > How to reset validation errors? > > 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] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
