[jboss-user] [JBoss Seam] - Re: PDF Font Colour (Color for some...)

norman.richards@jboss.com do-not-reply at jboss.com
Wed Apr 4 10:29:40 EDT 2007


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



More information about the jboss-user mailing list