> What I need is something like this: > > <div tal:define="sqlRows > nocall:here/ZSQLTerritoryList(parent_id=parent_id)"> > <select name="country_list"> > <option value="">ANY</option> > <option tal:repeat="sqlRow sqlRows" ... > etc... > > but obviously the first line of code doesn't work. How else are > variables passed do zsql methods from page templates? What happens if you change the call to: <div tal:define="sqlRows python:here.ZSQLTerritoryList(parent_id=parent_id)">
-- Nick Bower Ph.D. Cybersecurity Sector Institute for the Protection and Security of the Citizen European Commission Joint Research Centre TP 267 Via Enrico Fermi 1 Ispra 21020 VA Italy nicholas.bower@jrc.it tel:+39 0332786679 fax:+39 0332789576 |