Always use toXMLString() with XML. toString() and trace() do not handle single nodes properly.
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of iko_knyphausen Sent: Wednesday, April 04, 2007 12:49 PM To: [email protected] Subject: [flexcoders] Re: HTTP Response I assume you have "e4x" as responseFormat and you are getting XML from the service. Try <mx:TextArea width="300" height="132" id="response" text="{userRequest.lastResult.toString()}" /> --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Manolet Gmail" <[EMAIL PROTECTED]> wrote: > > hi, i have a code to receive a xml (httpservice) and put it into a > datagrid, but i want to show the full response text into a text > area... > > > what should i do? i try with this but dont work > > <mx:TextArea width="300" height="132" id="response" > text="{userRequest.lastResult}" /> > > thanks in advance >

