p:image has changed for 1.3.  It would now uses the value attribute for all 
types of values:

<p:image alignment="right" wrap="true" value="/jboss.jpg" /> 
<p:image alignment="center" value="#{images.chart}" />

It also accepts seam image transforms::

<p:image alignment="center" value="#{images.chart}">
    <s:transformImageBlur radius="3" />
</p:image>



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034606#4034606

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034606
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to