[flexcoders] TextArea Issue - adds an extra \r

2008-10-01 Thread rviswanathan
Hi All I have a textarea where I enter some information and submit. These are the following steps 1. Run the attached swf 2. In the textarea, clear the contents and enter some text, say Sample Text (Do not move out of the textarea until completing the next 2 steps) 3. Press the carriage return

Re: [flexcoders] TextArea Issue - adds an extra \r

2008-10-01 Thread rviswanathan
Thanks Tim. I agree that these are escape chars. But when I do a backspace, do I not nullify the effect of the carriage return? Why would it still hold a \r? If I am validating the content of this textarea, then do I have to look for a \r in the end and strip it if it exists? Thanks Ram