[seam-commits] Seam SVN: r9412 - branches/enterprise/JBPAPP_4_3_FP01/examples/ui/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Oct 24 04:39:00 EDT 2008


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}" />




More information about the seam-commits mailing list