Multiple choice technology programming languages

How you will display validation fail errors on jsp page?

  1. none

  2. <html:messages/>

  3. <html:errors/>

  4. both

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

The tag in Struts framework displays validation error messages that are added by the ActionErrors or ActionMessages objects in the action form. is for general messages, not specifically validation errors.