[Zope] DTML Document ids

Giuseppe Bonelli giuseppe.bonelli at tiscali.it
Thu Oct 16 07:04:20 EDT 2003


Can someone explain to me why in the following code the line starting
with * outputs a null string and the line starting with ** outputs the
correct id of the DTMLDocument object ?

<dtml-var standard_html_header>
<dtml-in expr="objectItems('DTML Document')" prefix="sequence">
*<dtml-var "sequence_item.id"><br/>
**<dtml-var id><br/>
</dtml-in>
<dtml-var standard_html_footer>

TIA

__peppo




More information about the Zope mailing list