Curious. Changing the ActionForm from a DynaValidatorActionForm to a DynaValidatorForm gets me backend validation.
Have I just stumbled onto a bug? > -----Original Message----- > From: Joe Hertz [mailto:[EMAIL PROTECTED] > Sent: Monday, November 24, 2003 1:46 AM > To: 'Struts Users Mailing List' > Subject: Validator Backend Issues > > > I'm probably misunderstanding this woefully. Hope someone can > set me straight. > > For my login, I'm using a UserLoginForm class that extends > DynaValidatorActionForm. The Action class is an extension of > DispatchAction (it handles all User related actions). > > If in my Login.jsp, I remove the <html:javascript > formName="UserLoginForm"/> tag,I get no javascript > validations happening, which I would expect, but I also find > that I *never* get any back end validation checks happening. > Nothing shows up where the <html:errors /> tag was. > > Is there something I have to do to get the validator to do > it's magic outside of the client? > > -Joe > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

