[Zope] Re: Accessing ZPT properties from another page

Michael Haubenwallner michael at d2m.at
Tue Oct 24 10:45:31 EDT 2006


Dyyryath wrote:
> I've got a page template that I'd like to display some information
> contained in the properties of another page. Can I do this?
> 
> I'd like to do something like:
> 
>  <div tal:content="context/otherpage/template/propertyname"></div>
> 
> Though that obviously doesn't work. :)
> 

  <div tal:content="context/otherpage/propertyname"></div>

should work without problems.

Hth,
Michael

-- 
http://zope.org/Members/d2m
http://planetzope.org



More information about the Zope mailing list