[ZPatterns] Using ZPatterns not TTW
R. David Murray
[email protected]
Sun, 3 Jun 2001 19:21:42 -0400 (EDT)
On Mon, 4 Jun 2001, Steve Alexander wrote:
> I haven't tried this, but I see a potential acquisition gotcha in there.
> R. David Murray wrote:
> > self._setObject(id,CRMSys)
>
> # add this to get an acquisition-wrapped CRMSys
> CRMSys=self[id]
>
> > CustSp = Customers("Customers")
> > CRMSys._setObject("Customers",CustSp)
As I said, I tried various wrappings. One I tried was
CRMSys = CMRSys.__of__(self)
Which I believe is the equivalent of what you show above. It does
not change the behavior.
--RDM