25 Feb
2006
25 Feb
'06
2:13 p.m.
--On 24. Februar 2006 16:36:20 -0800 John Schinnerer <johnschinnerer@yahoo.com> wrote:
Hello,
OK, that makes sense in general - and what would that look like in my ZPT code? Can I access that method with just TAL, similar to Structured Document example:
<p tal:content="structure container/client_content/some_STX_object"> STX content renders here </p>
...except with the render() in the path somewhere - where?
huh? You should be able to extend the expression above by calling the objects render method? <p tal:content="structure container/client_content/some_STX_object/render"> Consider reading about how path expressions work. -aj