Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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