3 Replies Latest reply on Aug 9, 2012 1:36 PM by snjv180

    Problems with dynamic table style

    warleymendes

      Hi,

       

      I'm using RichFaces 4.2.2 to build a dynamic table, but I realized that when the table is rendered in my page, the table doesn't get the richfaces skin and style.

       

      dataTable = new UIDataTable();

      dataTable.setId("dataTable");

      dataTable.setRendered(true);

      dataTable.setVar("itens");

      dataTable.setRowKeyVar("index");

      dataTable.setRowClasses("odd-row,even-row");

       

       

       

       

      In RichFaces 3.3.3 it works very well. 

       

       

      Anyone have any ideas?

       

      Thanks,

      Warley R. Mendes