[jboss-user] [JBoss Seam] - Re: How to remove PDF table cell border?

brachie do-not-reply at jboss.com
Wed Jan 30 03:12:53 EST 2008


Hi,

inside the p:table you need to define a defaultCell facet like this:

<p:table columns="1" widthPercentage="75">
  |    <f:facet name="defaultCell">
  |       <p:cell borderWidth="0" ... />
  |    </f:facet>
  |    ....
  | </p:table>

Regards,

Alexander

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124680



More information about the jboss-user mailing list