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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...