[Zope-dev] Porting EMarket to ZPatterns....
Steve Spicklemire
steve@spvi.com
Sun, 27 Aug 2000 08:41:04 -0500 (EST)
OK.. I think I've found a way to do what I want with propertysheets.
I just add a generic attribute provider, or skin script to grab
the attributes out of the propertysheet...
SkinScript to get property from particular property sheet:
WITH self.propertysheets.get('ShopperData') COMPUTE email=getProperty('email'), address=getProperty('address')
I'll march ahead with this plan until someone tells me the much
easier way that I completely missed.. ;-)
thanks,
-steve