Hi all,
I am displaying some error messages in my
jsp using spring <form:errors> tag. These error messages are assigned in validator.
For some other fields in jsp, I am using javascript to validate. These validations are very basic validations.
When I display error messages through javascript, I want to, indeed I need to, clear all the errors which were displayed by <form:errors> previously.
Please give me a solution...
Thanks in advance...