Thank Lothar for answering so fast.
My problem may be solved in another way, but I didn't find it and I'm
desperate. The problem I have in my application is the following one:
In a TextArea I insert different strings separated by a new line
symbol ('\n'). And they are shown well in Firefox and in IE.
i.e.: If I insert the string: Monday\nTuesday\nWednesday\n...
It is shown like this in the textArea:
Monday
Tuesday
Wednesday
Later in the code I need to read the content of the TextArea, and
divide the strings I insterted before separated by '\n'. In Ie is done
well, bot not in Firefox, in firefox i get the following:
Monda
Tuesda
Wednesda
how can I solve it?
Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---