Re: [flexcoders] setting value on cfc invoke another method on cfc

2006-07-24 Thread Tom Chiverton
On Thursday 20 July 2006 23:01, Doug Arthur wrote: How would you invoke one method on a cfc from flex, then call another method on the same cfc and the cfc maintain the values from the first invoke? Write a service-layer wrapper that does both 'internal' calls for you. -- Tom Chiverton

Re: [flexcoders] setting value on cfc invoke another method on cfc

2006-07-21 Thread Angus Johnson
Session scope. Coldfusion maintains session for remoting as it does for http requests from html apps. How would you hold normally hold session data? Maybe a facade object?On 21/07/06, Doug Arthur [EMAIL PROTECTED] wrote: How would you invoke one method on a