Hi all, I have a DTML Document that calls a DTML Method: <dtml-var standard_html_header> <dtml-var expr="renderReportType(renderType='edit', renderID=reportTypeIDSearch)"> <dtml-var standard_html_footer> Within the DTML Method renderReportType, I perform: <dtml-with adminSQL> ... </dtml-with> adminSQL is a folder containing SQL Methods. It resides within the same folder that renderReportType and the DTML Document do. When I call the document, ZOPE complains: Zope has encountered an error while publishing this resource. Error Type: KeyError Error Value: adminSQL I was under the impression that the dtml-with tag was supposed to fix exactly this problem... :-) Any ideas? Thanks, -scott