hi

normally i call remoting like this:

categoryLinks = linkCFC.getCategoryLinks({categoryID:catID});
categoryLinks.responder = new RelayResponder(this,
"categoryLinks_return", "service_fail");

where the 'categoryLinks_return' and 'service_fail' are the result
handlers for the service call, and 'linkCFC' is a predefined service.

i'm developing some classes and have the need to return the result
from a call directly, such as:

return linkCFC.getCategoryLinks({categoryID:catID});

which would ideally be in a 'getter' function on the class file. is
there a simpe way of doing this? what is the correct way to make
remoting calls and retaining encapsulation?

or have i gone down the wrong path? (again)

Thanks
G

---
You are currently subscribed to fugli as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to