PureMVC Architects Lounge

Announcements and General Discussion => Fabrication => Topic started by: mico on May 25, 2010, 07:06:31



Title: Get Proxy from another Proxy
Post by: mico on May 25, 2010, 07:06:31
Seems that retrieveProxy is not accessible from FabricationProxy. Is that done intentionally?
The workaround is to use facade.retrieveProxy instead.


Title: Re: Get Proxy from another Proxy
Post by: rafal.szemraj on June 13, 2010, 03:05:57
Yes, this is done intentionally. You shouldn't access one proxy from another one, it is bad practice. Instead you should always use commands to manage proxies operations.