[Zope] Getting an Error that I don't understand
Andreas Heckel
andreas at easyleading.org
Wed Apr 28 12:38:54 EDT 2004
Sorry ... last post was wrong ... try this :
<input type="text" name="userid" value=""
tal:attributes="value 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>
More information about the Zope
mailing list