Fr�d�ric QUIN wrote:
> I tried to access to "html_standard_header" like that :
> <dtml-var Models.html_standard_header>
> but it didn't work...
Try this:
<dtml-var "Models.html_standard_header">
note the "" which make it into a python expression where your . will
work :-)
Chris
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )