[jboss-user] [JBoss Seam] - DataModelSelection and components.xml

SmokingAPipe do-not-reply at jboss.com
Thu Feb 8 18:04:45 EST 2007


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


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013312#4013312

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013312



More information about the jboss-user mailing list