On Tue, Aug 11, 2009 at 8:25 PM, Josh Nathanson<p...@oakcitygraphics.com> wrote:
>
> Like any other form post, you can't pass complex arguments to the server.
> What you could do is pass a JSON string and then deserialize it in the CFC.

Man, I figured since jQuery requires you to "code less", it would do
that for me automatically, knowing that it can't pass a complex object
directly.

Okay... so a json string in this case would be something like:

var command = '{"name":""}';

and then set my argument type to "any" and deserialize if it's json.

seems to work.

Thanks!

-- 
Rick Root
New Brian Vander Ark Album, songs in the music player and cool behind
the scenes video at www.myspace.com/brianvanderark

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325360
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to