On 11/15/2010 2:10 AM, mojtaba tabatabaie wrote:
>       <cfset setEncoding("form","utf-8")>
>       <cfset setEncoding("url","utf-8")>

these aren't required in your CFC.


just return the query to flex & use something like this in your event handler:

private function streamsResultHandler(event:ResultEvent):void {
        streams=event.result as ArrayCollection;
}

or are you using some kind of typed object in flex?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:339222
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to