[Zope] how to select selected optoin: newbie
Jase Oldham
jaseoldham89@yahoo.co.uk
Mon Aug 4 08:09:19 EDT 2003
Hi,
Ive been trying to make this select list auto select
the request variable.
<SELECT name="country">
<OPTION tal:repeat="world
here/getCountryMethod" tal:attributes="value
world/country" tal:content="world/country"></OPTION>
</SELECT>
ZSQL = getCountryMethod ( select * from world
ZPT = index_html
I have a form which submits a select option to zsql
which then goes to index_html where i want the select
to selected the variable in request that was sent.
Hope this is clear.
Jase
________________________________________________________________________
Want to chat instantly with your online friends? Get the FREE Yahoo!
Messenger http://uk.messenger.yahoo.com/
More information about the Zope
mailing list