Not sure what you mean? If your server is returning text with line breaks, they should show up in your textarea without any troubles. It could be your backend is stripping newlines on the way into or out of the database. Try trace() with the string to double check.
-Josh On Tue, Jun 17, 2008 at 1:43 PM, Luke Vanderfluit < [EMAIL PROTECTED]> wrote: > Hi. > > I found a thread on this group about this problem but it doesnt address my > particular case. > > I rendering text in a textarea with "\n" line breaks, now I want to store > it in a database > with those line breaks included and when its loaded back into the textarea > in flex, I want > to display it with the linebreaks. > > Whats the recommended or easiest way to do this in Flex? > > Kr. > Luke. > -- > Luke Vanderfluit > Analyst / Web Programmer > e3Learning.com.au > 08 8221 6422 > > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

