|
Re: [CFCDev] Passing a CFC instance as an argumentCollection
|
Sean Corfield
|
Jan 18, 2006 13:56 PST
|
On 1/13/06, Sam Shrefler <sshre-@gmail.com> wrote:
| | Is it possible to pass a CFC Instance as an argumentCollection?
Where contactVOs is an array of Contact.cfc objects?
<cfset contact.init(argumentCollection=contactVOs[i])
|
I would have expected this to work - the ContactVO has public
attributes - but it fails (CFMX 7.0.1). I'm not sure why yet but I
have confirmed the problem Sam is having (specifically with the Mach
II Tartan ContactManager sample app). I've notified Paul with the
details and will try to repro as a simple case for the CF team.
--
Sean A Corfield -- http://corfield.org/
Got frameworks?
"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
|
|
 |
|