HTML template for a form.
- By Howard Ship
- August 16, 2001
Component Java
Tapestry: Java Web Components
Howard Ship
Listing 4. HTML template for a form.
<jwc id=”form”>
<table>
<tr>
<th>Name</th>
<td><jwc id=”inputName”/></td>
</tr>
<tr>
<th>Breed</th>
<td><jwc id=”inputBreed”/></td>
</tr>
.
.
.
</table>
</jwc>