struts2 - How we will enable front-end validation based on the xml in validation.xml? -
I want to know how will we enable front-end verification on xml based on validation.xml?
If you are using one of the topics that are front-end verification (such as css_xhtml) , You just set up valid = "true" on your tag, it will generate a javascript function from your validation.xml (or ActionName-validation.xml) and call it in an on-ship handler.
Comments
Post a Comment