Search code examples
htmlrichtextboxicefaces

Show html formated text on IceFaces


I'm saving html and/or rich formated text in a database, and I'm trying to show it in an IceFaces text field, but it doesn't show the propper format (line breaks or urls).
Is there a tag or a component that shows me the proper rich text or html format?
Thanks!


Solution

  • try :

    ice:outputText value="#{your.bean}" escape="false"