5 May
2003
5 May
'03
1:53 p.m.
Fabio Rolando wrote:
Hi, I have a ZClass with DTMLDocument as base class. I made a DTMLMethod to display the contents of the Object with
<dtml-var "this()">
but I got the HTML tag escaped (i.e. < transformed in < and so on)
Hi, "this()" returns the current object... You have to call it with the "magic" positional parameters to render it correclty: <dtml-var "this(None,_)"> Cheers, Maik