Multiple choice technology programming languages How you will display validation fail errors on jsp page? none <html:messages/> <html:errors/> 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.