Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: Get Proxy from another Proxy  (Read 5794 times)
mico
Jr. Member
**
Posts: 15


View Profile Email
« 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.
Logged
rafal.szemraj
Moderator
Full Member
*****
Posts: 41


View Profile WWW Email
« Reply #1 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.
Logged
Pages: [1]
Print