It might help to provide more information on how your srv object is defined. The issue could be there, or it could be as simple as the whitelist in flex-config.xml not being configured to allow your service to execute when called by Flex.
Doug --- In [email protected], "Jeremy Rottman" <[EMAIL PROTECTED]> wrote: > > I have gotten to the point where I have alot of my app going, and I > have run into the issue of populating text inputs based on returned > values from my cfc. After a user searches, they are taken to an edit > screen where they can view the files information. However, I am not > sure how to output the data in the text inputs. This is what I am > trying so far, and it does not seem to work. I know my cfc is > outputing data, because I have tried it with a standard cfm page and > it is outputing the data that I want. > > Here is my flex code. > > Test Text Input. > <mx:TextInput x="555" text="{srv.qdListDisplay.result.FLD_FILENUM}" > y="218" id="fld_fileNum"/> > > AS: > function qdListDisplay(){ > srv.qdListDisplay();} > -- 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/

