ValidationAndList |
|
Your trail: |
Difference between
version 25
and
version 24:
At line 21 changed 1 line. |
To use the Validator with Struts, normally you have to write a validation.xml file by hand. If you're not using AppFuse, you also have to configure the Validator Plugin and error keys in your ApplicationResources.properties. For more information on this, see the [Validation Made Easy Tutorial|http://www.reumann.net/do/struts/lesson3/step8]. |
To use the Validator with Struts, normally you have to write a validation.xml file by hand. If you're not using AppFuse, you also have to configure the Validator Plugin and error keys in your ApplicationResources_en.properties. For more information on this, see the [Validation Made Easy Tutorial|http://www.reumann.net/do/struts/lesson3/step8]. |
At line 30 changed 1 line. |
* @hibernate.property column="first_name" |
* @hibernate.property column="first_name" length="50" |
At line 39 changed 1 line. |
* @hibernate.property column="last_name" |
* @hibernate.property column="last_name" length="50" |
Back to ValidationAndList,
or to the Page History.
|