SpringControllers |
|
| Your trail: |
Difference between
version 7
and
version 6:
| At line 130 changed 1 line. |
| We're not putting much in PersonController at this point because we just want to 1) render the JSP and 2) verify our Test runs. Now we need to add a url-mapping for this controller in the web/WEB-INF/action-servlet.xml file. In the block below, the new line is in green: |
| We're not putting much in PersonController at this point because we just want to 1) render the JSP and 2) verify our Test runs. Now we need to add a url-mapping for this controller in the web/WEB-INF/action-servlet.xml file. In the block below, the new line is at the bottom, with __<prop key="/editPerson.html">__: |
| At line 145 changed 1 line. |
| ''<prop key="/editPerson.html">personFormController</prop>'' |
| <prop key="/editPerson.html">personFormController</prop> |
Back to SpringControllers,
or to the Page History.
|