[Zope-dev] ZPatterns Project Help!
   
    bens@killersite.com
     
    bens@killersite.com
       
    Tue, 21 Nov 2000 20:55:52 -0500
    
    
  
Another question...
I want to have a GAP that will add some other Object to an 
attribute of my DataSkin. This is what I have tried with no 
success.
fromexpr: accounts.getItem(self.account_id)
attrsexprs: account_object=RESULT
This way in my UI Methods in my DataSkin I can access (and change) 
the attributes of "account_object".
Q. How can I do this? Should I be doing this in a different/better 
way?
Thanks,
-Ben