[Zope] Setting SELECTED in select box

marc lindahl marc@bowery.com
Tue, 08 May 2001 10:45:02 -0400


> From: Casey Duncan <cduncan@kaivo.com>
> 
> <dtml-if expr="id == _.int(REQUEST.fileid)">


...or make them both strings

<dtml-if expr="`id` == `fileid`")>

right?