3 Replies Latest reply on Jan 5, 2010 7:16 AM by sumathra

    DataModelSelection on list exposed via EntityQuery

    sumathra

      Do we have support for enabling DataModelSelection on a list page paginated via EntityQuery? (All the examples load the list by performing a query on the @Factory method). But, I would like to re-use the existing pagination mechanism and just enable the ability to support DataModelSelection on it.


      I am also assuming that DataModelSelection is capable of tracking a single row in a List, how do we extend this to support a certain action (say deletion, activation ...) of multiple rows.


      I am a newbie and would appreciate any help on this topic. I have already gone through the samples shipped as part of Seam (booking, message).