Re: [flexcoders] return STRUCT type from CFC to flex

2006-07-20 Thread Nick Collins
OK, I am using RemoteObject. Tom's suggestion of putting the variables all UPPERCASE worked! Thanks Tom.I think I do have value object created in the CFC. I'm not familiar with what exactly you're referring to, but this is what I have to create the variables: cfset results = StructNew() cfset

Re: [flexcoders] return STRUCT type from CFC to flex

2006-07-20 Thread Tom Chiverton
On Thursday 20 July 2006 15:00, Nick Collins wrote: I think I do have value object created in the CFC. I'm not familiar with what exactly you're referring to, but this is what I have to create the variables: What'd you do with VO's is cfset results =

Re: [flexcoders] return STRUCT type from CFC to flex

2006-07-20 Thread Mike Nimer
: Thursday, July 20, 2006 10:00:37 AMSubject: Re: [flexcoders] return STRUCT type from CFC to flex OK, I am using RemoteObject. Tom's suggestion of putting the variables all UPPERCASE worked! Thanks Tom.I think I do have value object created in the CFC. I'm not familiar with what exactly you're referring

Re: [flexcoders] return STRUCT type from CFC to flex

2006-07-20 Thread Nick Collins
- Original Message From: Nick Collins [EMAIL PROTECTED]To: flexcoders@yahoogroups.com Sent: Thursday, July 20, 2006 10:00:37 AMSubject: Re: [flexcoders] return STRUCT type from CFC to flex OK, I am using RemoteObject. Tom's suggestion of putting the variables all UPPERCASE worked! Thanks

[flexcoders] return STRUCT type from CFC to flex

2006-07-19 Thread Nick Collins
I'm having some difficulties returning my variables from my CFC to Flex. I did a simple CFM to test the CFC, and the CFC works fine. Here's the CFM:-- cfinvoke component=Giving.components.cfgenerated.managers.Auth method=login