9 Jul
2003
9 Jul
'03
7:39 p.m.
----- Original Message -----
From: "Nicolas Évrard" <nicoe@altern.org> To: <zope@zope.org> Sent: Wednesday, July 09, 2003 7:39 PM Subject: [Zope] Problem with acquisition and macro.
[snip]
<HTML metal:use-macro="here/page_template.pt/macros/page">
Do anybody has a clue ?
Yes, Why do you refer "page_template.pt" when its id is "page_template" ? Try... <HTML metal:use-macro="here/page_template/macros/page"> --Gilles