[EMAIL PROTECTED] writes:
 >    With DTML,I define a variable AA, and let AA equal a object's ID, 
 > HOW can I get the object's property through the variable AA? Maybe 
 > need a function? 
 > Need your help?
 > 
 >      I want to express as :
 >    <dtml-call "AA.propertysheets.SUBJECT.manage_changeProperties
 > (Name=1)">
You have an object ID (in your AA variable)
and you want to get the object accessible through this
object ID.

This is an FAQ:

        you use "_.getitem(<expression for id>)"
        in your case "_.getitem(AA)".



Dieter

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

Reply via email to