Accessing ZPT properties from another page
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. :) Does anyone know if something along these lines is possible?
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
participants (2)
-
Dyyryath -
Michael Haubenwallner