"wschwendt" wrote : | If not, we cannot really leverage the org.jboss.seam.framework package, if DataModel selection should be handled. |
as a workaround, of course, the DataModel itself can be injected into an action component with "@In" instead of injecting the DataModelSelection with @DataModelSelection. Then, if we have access to the DataModel, we can get the selected row data and selected index. Nevertheless, I'd like to know the reason for the requirement that @DataModelSelection can only be used if there is an accompanying @DataModel annotation in the same component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080515#4080515 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080515 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
