[Zope] Parse variabel to page_template
Oliver Marx
Oliver@tekk.dk
Thu, 05 Sep 2002 13:14:38 +0200
How do I parse a variable to a page_template.
My template has a record source, a Z SQL object which takes a parameter.
How do I parse a var to the template so that a may parse it on to the Z
SQL object?
<form tal:define="objectid python:here.select_software(software_id = soft)">
<tal:r repeat="item objectid">
<option tal:attributes="value item/software_id"
tal:content="item/software_name">Dummy
Content</option>
</tal:r>
</form>
\Oliver
--
Oliver Marx
TEKK ApS
Lyngbyvej 20
2100 København Ø
39 15 80 60