ValidationAndList |
|
Your trail: |
Difference between
version 32
and
version 31:
At line 45 removed 2 lines. |
%%(color: green)__Spring MVC:__ If you're using Spring for your MVC layer - use @spring.validator tags and put them on the ''setter'' methods, rather than the getters.%% |
|
At line 56 changed 1 line. |
Now if you save Person.java and run __ant webdoclet__, a validation.xml file will be generated in build/appfuse/WEB-INF/. It's contents should have now have an entry for "personForm". <span style="color: green">For the Spring MVC version, "personForm" will be "person". |
Now if you save Person.java and run __ant webdoclet__, a validation.xml file will be generated in build/appfuse/WEB-INF/. It's contents should have now have an entry for "personForm". |
At line 81 removed 2 lines. |
%%(color: green) For the Spring MVC version, change formName="personForm" to __formName="person"__.%% |
|
Back to ValidationAndList,
or to the Page History.
|