Skip to content

Commit

Permalink
User profile image fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kisssadam committed May 9, 2016
1 parent 1e5025e commit f79ea42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions program/Unizon/src/main/webapp/user.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,9 @@
<h:outputText class="empty_cell" value=" " />
</p:column>
<p:column class="po_prod_imgcol">
<p:graphicImage class="po_prod_img"
name="#{prod.product.image.getImageUrl()}" />
<p:graphicImage value="#{imageStreamer.image}" styleClass="po_prod_img">
<f:param name="imageId" value="#{prod.product.image.imageUrl}" />
</p:graphicImage>
</p:column>
<p:column class="po_prod_name" headerText="Product name">
<h:outputText class="po_celltext"
Expand Down

0 comments on commit f79ea42

Please sign in to comment.