• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

cfselect and multilple selectsions

LEGEND ,
Sep 12, 2006 Sep 12, 2006

Copy link to clipboard

Copied

How do you get the selecteditems from multiple selection on a cfselect on
flash remoting?

Any help would be most appreciated!!!

I have a cfselect in a flash form I want to have multiple selections for.
When I send the data over to the cfc ( I am using remoting) I do not get the
list of data from the data I send.

Here is what I am doing.

mlist is my cfselect and auto is the value field.

this is my call to the cfc.

myService.schcreatepa(mlist.selectedItems.auto,..................

I have tried this but it says it is not an array. I have tried string but I
get not data back.
<cfargument name="mlist" required="false" type="array" default="" />

I have tried looping over the list or use arraytolist but nothing seems to
work.

Sorry this is a double post


TOPICS
Advanced techniques

Views

148

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 16, 2006 Sep 16, 2006

Copy link to clipboard

Copied

LATEST
Try changing type to "string" or "any" in your argument definition

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation