This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: How to remove PDF table cell border?brachie Jan 30, 2008 3:12 AM (in response to terryb)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
- 
        2. Re: How to remove PDF table cell border?terryb Jan 30, 2008 10:58 AM (in response to terryb)Thank you, it works. 
 
    