2 Replies Latest reply on Oct 2, 2009 9:03 AM by fnitu

    Data iteration controls problem

    fnitu

      Hello,

      I keep getting a property not found on type exception when using components such as rich:dataTable or rich:dataGrid. Something like h:dataTable works. The application is made up of one page that has a tab control, and using facelets, tab pages are added. On each page I have an object, each object subclassing a parent object. They have different properties. So, it's something like, property "c" not found on type A, when property "c" belongs to type B, but that property shouldn't be called on that page. I'm not sure I've made my problem clear...