All my forms extends the ValidatorForm class. Wendy Smoak wrote:
On 3/5/06, Xavier Vanderstukken <[EMAIL PROTECTED]> wrote:It seems to me that server side validation does not work with Struts 1.3 The getValudationKey public String getValidationKey(ActionMapping mapping, HttpServletRequest request) { return mapping.getAtribute(); } returns allways the action url : /Login instead of LoginForm.What type (class name) of form bean are you using? -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

