Multiple choice technology web technology

How you will display validation fail errors on jsp page?

  1. <html:message/>

  2. <html:base/>

  3. <html:errors/>

  4. <html:write/>

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Struts provides the tag to display validation error messages on JSP pages. This custom tag renders error messages stored in the ActionErrors or ActionMessages collection. , , and serve different purposes and are not for validation errors.