0 Replies Latest reply on Aug 10, 2011 7:42 AM by rakeshpp

    how to achive grouping in richfaces ?

    rakeshpp

      http://community.jboss.org/servlet/JiveServlet/showImage/2-538561-2588/l5ZfS.png

      Hi ...

      I am new to richfaces ...

      Previously i worked on icefaces..

      For aboue requirement previously we used icefaces column component <ice:column groupon=#{row.property} "> property..

       

      Now in richfaces how to achive this..? any idea.... (here i am binding productDetailsList for the table..)

       

      public class ProductDetails implements Serializable{

            private String productName;

           private String prodictDescription;

           private Company company;

       

           //setter && getters

      }

       

       

      public class Company implements Serializable{

              private String companyName;

              private String companyEmail;

              private String companyAddress;

       

             //setter && getters

      }