28 Apr
2004
28 Apr
'04
4:33 p.m.
Try this <input type="text" name="" tal:attributes="name result/userid" /> Andreas Heckel http://www.easyleading.org/ Laura McCord wrote:
Here is what the code looks like:
<html> <body tal:define="userid request/userid | nothing"> <form tal:condition="userid"> <table repeat="result python: context.qUser(userid=userid)"> <tr> <td> <input type="text" name="userid" tal:attributes="value result/userid" tal:content="result/userid"> </td> </tr> </table> </form> </body> </html>