1 Reply Latest reply on Aug 5, 2008 3:03 AM by cash1981

    What kind of "model" does the rich:dataGrid take?

    cash1981

      I tried to use @DataModel on my List.
      But I get exception saying that my list is not a dataTable. So I figure you have to use some other annotation is seam.

      Any ideas?

        • 1. Re: What kind of
          cash1981

           

          private ListDataModel listOAADataModel
          


          Seemed to do the trick. I dont know if you can replace ListDataModel with some sort of annotation though, but this works.