Using woven, how do I create an <input/> for each Item in a List?
e.g. suppose I wanted to do something like
<table model="aList" view="List">
<tr>
<td><input ???/></td>
... want these replicated
</tr>
</table>
how would I go about this? I've tried a few guesses based on the
examples, but aren't getting anywhere.
thanks
John Kozak