For a Struts 2 application I have used validations using the validation.xml
.
In that I use various elements. How do I know what are the elements, subelements are there, and what are the attributes for them, what are the values I should use for the attributes?
I have looked in the DTD URL mentioned in DOCTYPE but there is no detailed information about the elements.