9 Apr
2001
9 Apr
'01
2:47 p.m.
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