Groups | Blog | Home
all groups > coldfusion flash integration > may 2005 >

coldfusion flash integration : CFSELECT and Bidning in Flash Forms


tgibbons72
5/10/2005 12:00:00 AM
I am trying to use a text bind to display the mulitple values selected from a
CFSELECT box. I can get the last selected value to appear with
bind="{sourceName.selectedItem.data}" - but when (as the instructions say) I
put selectedItemS (capital "S" added for effect here), as in
bind="{sourceName.selectedItemS.data}", I can't get anything to display.

What I want to do is display multiple values of the select box in a sparte
field so the user knows for sure what has been selected. Am I missing some
code?


tzimmerman
5/12/2005 4:11:20 PM
I'm not sure how to do exactly what you want, but the documentation does say
that it is an array and you access the elements as
{sourceName.selectedItems.data}. It will work if you put the array element
value for i. Zero (0) is the first element.

Ted Zimmerman
AddThis Social Bookmark Button