I remember I saw somewhere about it. but I couldn't search it out again. Can anyone tell me the correct way to do things like following? <dtml-in REQUEST> <dtlm-var "key">:<dtml-var "value"> </dtml> I want to check the indivial item inside the REQUEST one time at a time. but if I do <dtml-in REQUEST> I think it is not actually a list so that it is usable by dtml-in tag Kwan
try just plain <dtml-var REQUEST> That on it's own will probably give you what you want... Chris kwan wrote:
I remember I saw somewhere about it. but I couldn't search it out again.
Can anyone tell me the correct way to do things like following?
<dtml-in REQUEST> <dtlm-var "key">:<dtml-var "value"> </dtml>
I want to check the indivial item inside the REQUEST one time at a time.
but if I do <dtml-in REQUEST> I think it is not actually a list so that it is usable by dtml-in tag
Kwan
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Chris Withers -
kwan