This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: rich:column value with HTML tagsmp911de Jun 11, 2011 10:10 AM (in response to ibstmt)Hi, use f:verbatim if you need more tags in your column, but most of formatting stuff can be handled via CSS. Best regards, Mark 
- 
        2. Re: rich:column value with HTML tagsilya_shaikovsky Jun 11, 2011 11:29 AM (in response to ibstmt)you could use 1) <r:column> <b>test</b> </r:column> if want to define on the page. or 2) <r:column> <h:outputText escape="false" value="#{bean.htmlString}"> </r:column> if passing HTML string from server side. P.S. Mark, I do not think verbatim needed in JSF 1.2 - 2.0.. 
- 
        3. Re: rich:column value with HTML tagsibstmt Jun 12, 2011 12:20 PM (in response to ibstmt)escape="false" did the trick. Thank you! 
 
     
    