[Zope] dtml, cookies, forms, problems

Paul Winkler pw_lists@slinkp.com
Mon, 19 May 2003 13:43:25 -0400


On Mon, May 19, 2003 at 10:57:34PM +0200, Andreas Pakulat wrote:
> I would change that to:
> <dtml-if "absolute_url == usertheme">

still a problem there... unless you've assigned something
to this name, absolute_url is a method. the expression in
quotes is a python expression, in which methods are not
automagically invoked. so the above test will never
be true.

maybe this is what's intended?

<dtml-if "absolute_url() == usertheme">

-- 

Paul Winkler
home:  http://www.slinkp.com
"Muppet Labs, where the future is made - today!"