Maybe a stupid question, but here goes..
I need to send HTML to a page and have it rendered as HTML:
Code:
<div rsf:id="msg-body">
</div>
Then:
Code:
UIOutput.make(tofill, "msg-body", msg.getBody());
msg.getBody() is HTML mark-up.
Any ideas?
Thanks,
Branden