[Zope] namespace??
Marcus Mendes
mvmendes@emdata.com.br
Fri, 14 Jul 2000 11:31:34 +0100
--------------2FD1916DD4F38E67F3D54871
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
How can I get the content of TITULO_CIDADE out of my tags <dtml-in>
</dtml-in> ??
My code is :
<dtml-in "_['sequence-item'].objectValues(['TSimpleItem'])" sort=title>
<dtml-if "_['sequence-item'].id == CIDADE">
<dtml-call
"REQUEST.set('TITULO_CIDADE',_['sequence-item'].title)">
</dtml-if>
</dtml-in>
Thanks.
Marcus Mendes
--------------2FD1916DD4F38E67F3D54871
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
How can I get the content of <i>TITULO_CIDADE</i>
out of my tags <dtml-in>
<br></dtml-in> ??
<p>My code is :
<p> <dtml-in "_['sequence-item'].objectValues(['TSimpleItem'])"
sort=title>
<br> <dtml-if "_['sequence-item'].id == CIDADE">
<br> <dtml-call "REQUEST.set('<i>TITULO_CIDADE'</i>,_['sequence-item'].title)">
<br> </dtml-if>
<br> </dtml-in>
<p>Thanks.
<p>Marcus Mendes
<br>
<br> </html>
--------------2FD1916DD4F38E67F3D54871--