How you will display validation fail errors on jsp page?
-
<html:message/>
-
<html:base/>
-
<html:errors/>
-
<html:write/>
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.