HTML template for a form.

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>