[Zope] Stupid ZPT/Product Question

Max M maxm@mxm.dk
Tue, 11 Mar 2003 08:02:46 +0100


Edward Muller wrote:

>In a class of my product I declare the following...
>
>index_html = PageTemplateFile('www/Customer/index_html', globals())
>
>What path would I use to display the id of my object in that index_html?
>
><span tal:replace="?????/id"/>
>
>
>  
>
<span tal:replace="here/id"/>

or 

<span tal:replace="here/getId"/>


regards Max M