15 May
2002
15 May
'02
7:15 p.m.
On Wed, 2002-05-15 at 17:16, Joshua Newman wrote:
I have a standard_html_header in which I would like to be able to publish the Id of the document which calls it.
but when if I use <dtml-var getId> I get 'standard_html_header' rather than the name of the document USING standard_html_header.
How can I get the Id of the nesting document?
have you checked that your standard_html_header is a DTML Method, not a DTML Document? -mj