You are missing tal:attributes <select tal:define="r record/name; id record/task_id"><option tal:attributes="label r; value id" tal:content="r">dummy</ option>
</select>
With regards, __Janko
When doing the following:
<span tal:define="r record/name; id record/task_id; mylt
string:'<'; mygt string:'>';"
tal:replace="string:${mylt}option label='${r}'
value='${id}'${mygt}${r}${mylt}/option${mygt}"></span>
The less-thans and greater-thans still get html escaped. How do I
prevent this? Obviously I'm new to zope. Your answer would probably
fit into the Zope Book because I don't see the answer there.
--
Janko Hauser email: [EMAIL PROTECTED]
mobile: +49 1721 641552
PGP.sig
Description: Signierter Teil der Nachricht
_______________________________________________ ZPT mailing list [email protected] http://mail.zope.org/mailman/listinfo/zpt
