[Twisted-Python] woven: one <input> for each ListItem

John Kozak jk at xylema.org
Sat Dec 28 23:56:07 EST 2002


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




More information about the Twisted-Python mailing list