--- Johnson nickel <[EMAIL PROTECTED]> wrote: > @RequiredFieldValidator(type=ValidatorType.SIMPLE,fieldName="username",message="UserName > is required")
For a string field you'll probably want to use the @RequiredStringValidator: a text field will return an empty string, whereas @RequiredFieldValidator only checks for null-ness (different from blank-ness). > Same as For password also , *Exactly* the same? (You put the right "fieldName" for the password field, right?) > When i have submit the Login button, the Error messages is displaying Repeated. You'll need to provide some JSP and possibly configuration in order to help diagnose the problem. Where are the duplicated messages appearing? Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]