Hello.

Here's what I'm trying to do:

<dtml-if "REQUEST.cookies['cookie_name']">

... do something using data from the cookie ...

</dtml-if>

This syntax, though, continually throws errors--a key error on 
'cookie_name'. I've tried nesting the dtml-if statements within <dtml-with 
REQUEST></dtml-with> statements.

What am I doing wrong? What concept am I missing?


Rob Pratt
[EMAIL PROTECTED]

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to