Re: [Zope] Problem on using nested <dtml-if>&<dtml-in>
12 Jan
2001
12 Jan
'01
10:39 p.m.
angie tel writes:
... <dtml-if ...> <dtml-in sql1> </dtml-if> As you recognized DTML tags must be *properly* nested...
You can do: <dtml-if ...> <dtml-call "REQUEST.set(sql,sql1)"> </dtml-if> .... <dtml-in sql> .... </dtml-in> This way, you get a properly nested DTML structure. Dieter
9215
Age (days ago)
9215
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer