[Zope] Nested dtml tags

Jonathan Bowlas me at jonbowlas.com
Tue Jun 20 07:15:40 EDT 2006


Hi All,

How can I do this with dtml?

<select name="MODLEVEL" size="1">
	<dtml-if expr="<dtml-var name="MODLEVEL"> == 1"> #I need an
alternative to this.
		<option value="1" selected="selected">1</option>
		<option value="2"><2</option>
		Etc, etc.

Hope someone can help.

Jon




More information about the Zope mailing list