16 Sep
1999
16 Sep
'99
11:42 p.m.
Thank you for your explanations. However, I found a different results when using the following syntaxes:
You can get at properties or sub-objects of 'x' using <dtml-with x> <dtml-var y> </dtml-with> or <dtml-var "x.y"> or <dtml-var "_.getattr(x, 'y')">.
The first, with the tag with render the object (in my case a DTML Method), the two others <dtml-var "x.y"> or <dtml-var "_.getattr(x, 'y')"> display a string representation of the object. So as I understand it, we have to use the tag 'with' if we want to call a subobject. *************************** Oscar Picasso picasso@videotron.ca ***************************