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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...