I had tried the escape for both of them, unfortunately the compiler
doesn't like them and errors.  Sorry, I should have mentioned it in
the original post.

[ERROR] Line 32: String literal is not properly closed by a double-
quote

I'm assuming it converts them to an actual carriage return or line
feed when they should be converted to something else.

Thanks for your response,
Pat


On Jun 10, 11:25 am, Thomas Broyer <[email protected]> wrote:
> "\r\n" is a notation to write these
> otherwise-forbidden-in-a-Java-String-literal chars. UiBinder is XML, so you
> need a similar notation for XML: &#13;&#10; should do it (but maybe just
> using a CRLF in your XML would do it actually).
>
> Disclaimer: this is theory, I didn't tried it.

-- 
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.

Reply via email to