Re: [Zope] TAL expression

2007-02-14 Thread Andreas Jung



--On 14. Februar 2007 21:12:22 +0100 Garito [EMAIL PROTECTED] wrote:


Hi all!

if

here/Object

executes the Object

how can I retrive only the object with a TAL expression?




Look at the nocall: directive.

-aj

pgpnAtBF284cS.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] TAL expression

2007-02-14 Thread Andrew Milton
+---[ Garito ]--
| Hi all!
| 
| if
| 
| here/Object
| 
| executes the Object
| 
| how can I retrive only the object with a TAL expression?


nocall:here/Object
or
python:here.Object


-- 
Andrew Milton
[EMAIL PROTECTED]
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] TAL expression

2007-02-14 Thread Garito

Yeah!
Thanks

2007/2/14, Andrew Milton [EMAIL PROTECTED]:


+---[ Garito ]--
| Hi all!
|
| if
|
| here/Object
|
| executes the Object
|
| how can I retrive only the object with a TAL expression?


nocall:here/Object
or
python:here.Object


--
Andrew Milton
[EMAIL PROTECTED]





--
Mis Cosas
http://blogs.sistes.net/Garito
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )