On Nov 4, 4:01 pm, Thomas Broyer <
t.bro...@gmail.com> wrote:
>
> setText and setValue takes text, not HTML. The fact that it works in
> your JSP is because you're putting the value within the HTML that'll
> be parsed by the browser when loading the page; it's not using
> JavaScript.
>
> Just use \u1111 or the actual character you want to display (you're
> using UTF-8, which is able to encode any Unicode code-point, so it
> shouldn't be a problem).
This doesnt work either.. tried with hexa as well as decimal code
I thought of adding a new text box with the content as well.. didnt
work either.