3 Replies Latest reply on Jan 8, 2009 1:58 PM by fesb

    ExtendedDataModel and @DataModelSelection

    rshan.bob.shanahan.alascorp.com

      I've written a class for supporting dao based pagination using the ExtendedDataModel following the approach outlined here:


      datascroller and Seam example


      It works just fine, however, I'd like to be able to associate my component with a @DataModelSelection variable. Since my component is already a '@DataModel' I can't annotate it as such and it seems the @DataModelSelection annotation only works in conjunction with @DataModel.


      Anyone have an idea how to accomplish this?