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]

