On Wed, Jan 15, 2014 at 5:38 PM, Rick Faircloth <r...@whitestonemedia.com>wrote:

>
>
>
> It shows [ "27", "28", "26" ] in the console.
>
> I guess I can just pass that through and have a cfargument type of "list"
> and parse those ID's with a cfloop to assign them to individual
> cfarguments.
>
> Or does a cfargument type of "list" handle the ID's without having to
> break down the list into individual arguments?
>
>
Not exactly. You can't pass complex variables like that via HTTP. It has to
be serialized first. I believe jQuery will do that for you- but I'd
probably do it myself - ie, somearray.join(",").




>
> On Wed, Jan 15, 2014 at 6:00 PM, Raymond Camden <raymondcam...@gmail.com
> >wrote:


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357443
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to