[Zope] <dtml-if expr="absolute_url == PageUrl">

Stefan Mallepell Stefan Mallepell" <steve@syso.ch
Mon, 9 Apr 2001 16:47:36 +0200


Hi

Can anybody tell me why the following code is never get into the "if Bit" of
the condition? Even when "absolute_url" and "PageUrl" are really 100%
identicly .... How can I make this working?

<dtml-let PageUrl="absolute_url">
... some other staff (in, if and with ...)
...   <dtml-if expr="absolute_url == PageUrl">
              <BR>THAT'S IT .... !!!
   <dtml-else>
            <BR>// <dtml-var absolute_url>
            <BR>// <dtml-var PageUrl>
   </dtml-if>
<dtml-let>

I'm allready 2 days to late with this ... I'm really happy about any help

Thanks in advance.
Stefan