Michele Amori wrote: > I wrote this statements in a zpt page (with zope 3.2): > > tal:content="here/title" > tal:content="container/title" > tal:content="template/title" > tal:content="context/title" > > but no one of that seems to work. Zope returns an error. So Zope2.7's > documentation is not useful for z3 developers.
You're confusing a TAL reference with a Zope 2 API reference. The above examples obviously require the Zope 2 API (which wants all objects to have a 'title' attribute) which doesn't apply to Zope 3. It still demonstrates TAL. My book documents Page Templates (TAL/TALES/METAL): http://worldcookery.com Philipp _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
