Using the previous example, i mean that i would render that string in
this way in a Label or HTML widget.
<tags>
<tag>content</tag>
<tag>more content</tag>
</tags>
but i tried using String.replace (like : string.replace("><", ">\n<")
or string.replace("><", "><br />")) method using both the special
chars "\n" and "<br /"> (using html widget) but none of them is
working. Any idea?
Thanks
Nickelnext
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---