2 Replies Latest reply on May 21, 2007 12:08 PM by jmiguel77

    How do I make the table border disapear?

    vh

      <rich:dataTable
      width="100%" height="13em" border="0" var="vc" value="#{vcBean.vcList}" binding="#{vcBean.table}">
      <rich:column>
      <h:outputText value="#{vc.serverName}" />
      </rich:column>
      </rich:dataTable>

      notice I did put border="0", but it still shows the border.

      Is there any way to make the table border disappear?