[flexcoders] Re: strange problem with remote object

2009-03-24 Thread valdhor
Ooops. Sorry about that. I don't normally send (Or receive) my data like that; I always use value objects (Or Data Transfer Objects or whatever they are called nowadays). Glad to be of some help. Steve --- In flexcoders@yahoogroups.com, "johndoematrix" wrote: > > hey, thanks guys for helpin

[flexcoders] Re: strange problem with remote object

2009-03-23 Thread johndoematrix
hey, thanks guys for helping i have it working now. i googled passing flex parameters in remoteobject as tracy suggested and the solution was just as valdhor had suggested except valdhor missed the arguments tag otherwise this is how it is in my remote object

RE: [flexcoders] Re: strange problem with remote object

2009-03-23 Thread Tracy Spratt
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of johndoematrix Sent: Tuesday, March 24, 2009 1:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: strange problem with remote object Hi thanks for trying to help but i think you are not geting what am trying to do here. Valdhor in my

[flexcoders] Re: strange problem with remote object

2009-03-23 Thread johndoematrix
Hi thanks for trying to help but i think you are not geting what am trying to do here. Valdhor in my updates code i got rid of the creationComplete thing and i created a button which when clicked fires "remoteObj.userData.send();" but that didn't work. i guess you did not look at my updated code

RE: [flexcoders] Re: strange problem with remote object

2009-03-23 Thread Tracy Spratt
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of johndoematrix Sent: Monday, March 23, 2009 10:07 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: strange problem with remote object guys any help? frankly i can't see whats wrong with my code. probably something i dont see.

[flexcoders] Re: strange problem with remote object

2009-03-23 Thread valdhor
The problem is that you are not sending any data from Flex. You have remoteObj.userData.send() on creationComplete but you do not have any parameters for that function so no data is sent. The CF code requires the username and password parameters but does not get them. You obviously want to sen

[flexcoders] Re: strange problem with remote object

2009-03-23 Thread johndoematrix
guys any help? frankly i can't see whats wrong with my code. probably something i dont see.

[flexcoders] Re: strange problem with remote object

2009-03-23 Thread johndoematrix
guys i just read up on this and am doing it the same way as the example. here is the example i refered to just to be sure i got this right. Passing parameters using a form To pass parameters to components using an HTML or ColdFusion form, the names of the client input controls must match the na

[flexcoders] Re: strange problem with remote object

2009-03-22 Thread johndoematrix
Tracy could you please show me how to pass the parameters to the method. this is the only way i have always known to get items from a database.thanks

RE: [flexcoders] Re: strange problem with remote object

2009-03-22 Thread Tracy Spratt
: flexcoders@yahoogroups.com Subject: [flexcoders] Re: strange problem with remote object i tried to change my code after reading through some coldfusion flex tutorials but i get the same error msg "Unable to invoke CFC - The UNAME parameter to the userData function is required but was not pass

[flexcoders] Re: strange problem with remote object

2009-03-22 Thread johndoematrix
i tried to change my code after reading through some coldfusion flex tutorials but i get the same error msg "Unable to invoke CFC - The UNAME parameter to the userData function is required but was not passed in.". here is my new code "cfc function"