- 
        1. implement custom layout of any styleboy18nj Mar 5, 2011 11:35 PM (in response to javatwo)this can be accomplished by Composite Components feature supported in JSF. Please refer to Core Java Server Faces 3rd edition in detail, how to create a such composite component, it will guide you in detail. 
- 
        2. implement custom layout of any stylejavatwo Mar 6, 2011 12:43 PM (in response to boy18nj)I looked at the Composite feature of JSF 2.0. Unfortunately I am using JSF 1.2 and could not move to 2.0 due to some issues. If I can make some changes to the rich:dataList, basically the encode(), it would be great. Thanks. Dave 
- 
        3. implement custom layout of any styleilya40umov Mar 6, 2011 3:04 PM (in response to javatwo)Take a look at this arcle: http://www.ibm.com/developerworks/java/library/j-facelets/ If it won't fit your idea you should probably read this: http://docs.jboss.org/richfaces/latest_3_3_X/en/cdkguide/html_single/ 
- 
        4. implement custom layout of any stylejavatwo Mar 7, 2011 12:01 AM (in response to ilya40umov)Thanks. It is easier to use the existing code, and make a little changes. If anyone could point me to the encode() method and ajax reRender code for rich:dataList, it would be a big help. 
 
     
    