[seam-commits] Seam SVN: r8887 - trunk/examples/ui/view.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Sep 3 13:35:19 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-09-03 13:35:19 -0400 (Wed, 03 Sep 2008)
New Revision: 8887
Modified:
trunk/examples/ui/view/graphicImage.xhtml
Log:
JBSEAM-2960
Modified: trunk/examples/ui/view/graphicImage.xhtml
===================================================================
--- trunk/examples/ui/view/graphicImage.xhtml 2008-09-03 17:30:41 UTC (rev 8886)
+++ trunk/examples/ui/view/graphicImage.xhtml 2008-09-03 17:35:19 UTC (rev 8887)
@@ -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