Hello. > I am capturing user input (multi line) in > "com.google.gwt.user.client.ui.TextArea" - storing datastore. > and show the same in another TextArea of another component. > > Issue, when I play it back it is completely loosing line breaks, and > showing as single line and beyond TextArea boundaries. > I'm not quite sure I fully understand the problem. But one thing to watch out for is, that linebreaks from textareas are stored as \n and or \r. To keep the linebreaks when displaying the text in a div, for example, remember that you have to replace them with <br/>.
Hope this helps, Michael -- 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.
