Expert Spring MVC and Web Flow

(Dana P.) #1
Figure B-4.Owners table and editing form

Listing B-7.Form for Editing Owners

<input type="hidden" id="id"/>
<table>
<tr style="border-width: 0px">
<td>first name: </td><td><input class="inp" type="text" id="firstName" /></td>
</tr>
<tr style="border-width: 0px">
<td>last name: </td><td><input class="inp" type="text" id="lastName" /></td>
</tr>
<tr style="border-width: 0px">
<td>address: </td><td><input class="inp" type="text" id="address" /></td>
</tr>
<tr style="border-width: 0px">
<td>city: </td><td><input class="inp" type="text" id="city" /></td>
</tr>

APPENDIX B ■AJAX AND DWR 385

584X_Ch14_AppB_FINAL 1/30/06 12:55 PM Page 385

Free download pdf