Hello, I have a screen that uploads a file and saves it to a folder in a computer's directory, and saves the full image path in the database, now I want to display the image in a table, for example I did the example of the firstfaces but I can not display the image.
<p:column headerText="Foto">
<p:lightBox styleClass="imagebox" id="lighbox1">
<h:outputLink value="#{item.imagem}" title="Nature 1">
<h:graphicImage name="#{salaBean.exibirImagem(item)}" id="nature1" style="height: 77px; width: 100px" />
</h:outputLink>
</p:lightBox>
</p:column>
In my bean I bring the full path example: D: \ data \ sar \ uploads \ Chrysanthemum.jpg