10 Replies Latest reply on Feb 17, 2007 10:22 PM by vk101

    DataModelSelection and components.xml

    smokingapipe

      Let's say I use the super-handy feature of components.xml with something like this:

      <factory name="logList" value="#{queryLogList.resultList}"/>
       <framework:entity-query name="queryLogList"
       ejbql="from LogMessage lm" max-results="100" />
      


      But what if I want to have a DataModelSelection, so I can display that list in a table and then have a user click on one of them and do something else with the selected LogMessage? This would be super-cool and spare me from having to write bean code, but I can't see how to do it. Is it even possible? I'm using Seam 1.1.0 but will soon be switching to 1.1.6.

      Thanks