Author: manaRH
Date: 2008-10-24 04:39:00 -0400 (Fri, 24 Oct 2008)
New Revision: 9412
Modified:
branches/enterprise/JBPAPP_4_3_FP01/examples/ui/view/graphicImage.xhtml
Log:
JBPAPP-1325
Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/ui/view/graphicImage.xhtml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/ui/view/graphicImage.xhtml 2008-10-24
08:20:22 UTC (rev 9411)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/ui/view/graphicImage.xhtml 2008-10-24
08:39:00 UTC (rev 9412)
@@ -11,7 +11,7 @@
<p>Outputs an image</p>
<h:panelGrid>
<s:fragment>
- <s:graphicImage value="#{person.picture.data}"
rendered="#{person.picture.contentType ne null}" >
+ <s:graphicImage value="#{person.picture.data}">
<s:transformImageSize factor="0.5" />
</s:graphicImage>
<h:outputText value="No image found (upload one)"
rendered="#{person.picture.contentType eq null}" />
Show replies by date