Apache Struts Question:
How you will display validation fail errors on jsp page?
Answer:
Following tag displays all the errors:
<html:errors/>
<html:errors/>
Previous Question | Next Question |
Give the Details of XML files used in Validator Framework? | How you will enable front-end validation based on the xml in validation.xml? |