This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: How do I view an image in a rich:dataTable?brieweb Aug 1, 2012 7:51 PM (in response to brieweb)It turns out that all I had to do was reference the data attribute. I was making it too complicated. <rich:column> <f:facet name="header">Thumbnail</f:facet> <s:graphicImage value="#{attachment.data}"> <s:transformImageSize height="100" maintainRatio="true"/> </s:graphicImage> </rich:column> 
