Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
Articles
Articles_cn
Articles_pt
Articles_zh
CreateActions
CreateActions_pt
CreateActions_zh
SpringControllerUnit...
SpringControllers_ko
ValidationAndListSpr...
...and 1 more




JSPWiki v2.2.33

[RSS]


Hide Menu

SpringControllers


Difference between version 12 and version 11:

At line 159 changed 1 line.
<property name="validator"><ref bean="beanValidator"/></property>
<!--property name="validator"><ref bean="beanValidator"/></property-->
At line 167 changed 1 line.
;:''I formatted the XML above the the purposes of the tutorial. No content has changed.''
;:''The "validator" property is commented out in the above XML block because we haven't defined any validation rules for the Person object. We'll uncomment this value when we add validation.
At line 169 removed 8 lines.
Now we need to change the "action" attribute in the &lt;personForm.jsp&gt; to be ''action="editPerson"''.
[{Java2HtmlPlugin
<form action="editPerson" method="post" styleId="person"
focus="" onsubmit="return validatePersonForm(this)">
}]

Back to SpringControllers, or to the Page History.