Is there a way to get the ID of a dtml method from with the given method itself? Also, is there a way to retrieve the ID of the calling method from inside of standard_html_header? For example: The method index_html calls standard_html_header and I want to be able to retrieve the id of index_html (i.e. "index_html") from inside of standard_html_header. Any ideas? Thanks, Kevin