mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-17 03:11:12 +00:00
improvements to Owner Controller
- migrated to bean validation annotations - merged to one single controller
This commit is contained in:
parent
5432a1932c
commit
0fe479390b
11 changed files with 89 additions and 181 deletions
|
|
@ -45,9 +45,9 @@
|
|||
</tr>
|
||||
</c:forEach>
|
||||
</table>
|
||||
<jsp:include page="../footer.jsp"/>
|
||||
|
||||
</div>
|
||||
<jsp:include page="../footer.jsp"/>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -824,7 +824,7 @@
|
|||
<strong>Owner</strong>s by last name.
|
||||
</li>
|
||||
<li>
|
||||
<span style="font-weight: bold; font-style: italic;">org.springframework.samples.petclinic.web.AddOwnerController</span>
|
||||
<span style="font-weight: bold; font-style: italic;">org.springframework.samples.petclinic.web.OwnerController</span>
|
||||
is an annotation-driven, POJO <em>Form</em> controller that is used to add a new <strong>Owner</strong>
|
||||
to the system.
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue