Hi,

I am using the following to display all the validation errors in a form.

    <ul>
     <html:messages id="error">
     <li><bean:write name="error"/></li>
     </html:messages>
    </ul>

How can I get the form field names that correspond to each of the errors
reported or atleast a list of all form fields that have an error.

Thanks and regards,
Karthik.

Reply via email to