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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
