Displaying HTML text in portlets

Hi,
can any one please suggest me how to display html text in portlets? i know we have Include HTML control which takes a file as an input, but we want to take the input from a variable and want to display it.
Thanks!

Hi
I would suggest to use text control (Basic Text Output control).
There is a property for the Text control “Escape”.
set value of this property to false.
than you can bind a string variable from the bean to this control value property.

— Keval

Thanks Keval. it worked