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 flexcoders@yahoogroups.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
>



Reply via email to