3 Replies Latest reply on Jun 12, 2011 12:20 PM by ibstmt

    rich:column value with HTML tags

    ibstmt

      My rich:column in a rich:dataTable points to a string value containing HTML formatting tags. Is it possible for the table to render those?

       

      Instead of:

       

      MyColumn

      <B>My text</b>

       

      I'd like to see:

       

      My Column

      Text

       

       

      Or do I have to strip the tags out for display? This is a table of user comments, and I'd like to show a snippet of each.