I am using a multi select list that holds all the states for the US. I
need to pass the selected states to my cfc, but first I am trying to
see how the information will be passed. Currently I am testing with
the code below, but the code does not work. It does not display
anything inside of the alert. Can someone show me what I am doing wrong. 

<mx:Script>
                <![CDATA[
                        import mx.utils.ObjectUtil;
                import mx.controls.Alert;
                
                private function test(){
                Alert.show(stateList.selectedItems.label)
                }
                
                        
                        
                ]]>
        </mx:Script>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to