ValidationAndListSpring |
|
Your trail: |
Difference between
version 32
and
version 28:
At line 1 changed 1 line. |
__Part V:__ [Adding Validation and List Screen|ValidationAndListSpring] - Adding validation logic to the Person object so that firstName and lastName are required fields and adding a list screen to display all person records in the database. |
__Part IV:__ [Adding Validation and List Screen|ValidationAndListSpring] - Adding validation logic to the Person object so that firstName and lastName are required fields and adding a list screen to display all person records in the database. |
At line 69 changed 1 line. |
{{{<html:javascript formName="person" cdata="false" |
{{{<v:javascript formName="person" cdata="false" |
At line 109 changed 1 line. |
<html:javascript formName="personForm" cdata="false" |
<v:javascript formName="personForm" cdata="false" |
At line 328 changed 1 line. |
As a reminder, the {{personList.title}} is what ends up in the brower's title bar (the <title> tag) and |
As a reminder, the {{personList.title}} is what ends up in the browser's title bar (the <title> tag) and |
Back to ValidationAndListSpring,
or to the Page History.
|