Hi
For form validation: is it possible to display mulitple error messages for a single field?
For example, for creating a "user" there are some rules for a password - it must be longer than 6 characters, and not the same as the username etc.
What if the person enters "abc", which is the same as the username, and shorter then 6 characters. Is it possible to "reject" both these errors and have 2 error messages displayed on the JSP for the password field?
Thanks,
Peter


Reply With Quote