3 Replies Latest reply on Oct 30, 2008 3:28 AM by soso_xuc

    rich tab problem

    soso_xuc

      Hi all

      i have problem with rich tab
      using richfaces 3.2.2.GA+Tomcat

      page contains two panels and tabpanel inside one of panels.
      the tab's right border in the tabpanel is rendered outeside of the borders of tabpanel. how to adjust this visual problem ?

      <table width="100%" height="100%">
      <tr><td width="200px"><rich:panel header="newitem" style="height:100%"></rich:panel>
      </td><td><rich:panel header="panel1" style="height:100%">
      <rich:tabPanel><rich:tab ><f:facet name="label"><h:commandLink value="panel2"></h:commandLink></f:facet></rich:tab><rich:tab label="panel3"></rich:tab></rich:tabPanel></rich:panel>
      </td>
      </tr>
      </table>
      



      Thanks in advance