12 Apr
2000
12 Apr
'00
12:38 p.m.
Helmut Toplitzer wrote:
I'm trying to call a DTML Method in a Folder for producing some data. If I call the method from the Parent-Folder - and this again from a Parent-Folder - I only get stupid stuff (Errors, Nothing, Information about the current folder but not about the subfolder)
Maybe you want to do: <dtml-with subFolder> <dtml-with subSubFolder> <dtml-var methodInSubSubFolder> </dtml-with> </dtml-with> -- Itamar S.T. itamars@ibm.net