[Zope] brains and metal:fill-slot

2008-02-05 Thread sguglia
hello everybody!

I have a bunch of brains. Their URLs point at a *.cpt file I wanted to be 
displayed inside the 'main' plone slot, so the usual code:

html metal:use-macro=here/main_template/macros/master
body metal:fill-slot=main

but it doesn't work.

 Error Type
KeyError
Error Value
'@@plone'

this is the cryptic (for me :-) message shown and no help from google..Any 
idea or link, please?

bye!

Stefano
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] brains and metal:fill-slot

2008-02-05 Thread Dieter Maurer
[EMAIL PROTECTED] wrote at 2008-2-5 13:04 +0100:
I have a bunch of brains. Their URLs point at a *.cpt file I wanted to be 
displayed inside the 'main' plone slot, so the usual code:

html metal:use-macro=here/main_template/macros/master
body metal:fill-slot=main

but it doesn't work.

 Error Type
KeyError
Error Value
'@@plone'

this is the cryptic (for me :-) message shown and no help from google..Any 
idea or link, please?

Apparently, this is a Plone related question.
Such questions are better asked on the Plone mailing list.

Whereever you ask questions, when you get an exception (Error Type,
Error Value), then you must also report the corresponding
traceback.
You find all this information in the error_log object (in the ZMI).



-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )