Re: [Zope3-Users] Re: Adapters and getters and setters

2006-07-25 Thread Darryl Cousins
Hi Phillip, Cool. Thanks very much for that! Best regards, Darryl On Tue, 2006-07-25 at 10:16 +0200, Philipp von Weitershausen wrote: > # account for everything in the IBuddy interface > for field in IBuddy: > locals()[field] = property( > lambda self: getattr

[Zope3-Users] Re: Adapters and getters and setters

2006-07-25 Thread Philipp von Weitershausen
Darryl Cousins wrote: > I only recently began using formlib and I have used a schema to describe > the form, and provided an adapter to adapt the object to the schema. > > It seems that formlib uses the adapter to access and set attributes on > the object. That's correct. That way, for example, y