Is this ok? | @Out(value = "task", scope = ScopeType.SESSION) | @DataModelSelection(value = "tasks") | Task task; |
Btw, also is it "legal" to have @DataModelSelection in another SFSB than from where the @DataModel originated? It didn't work, atleast on my portlet environment where the sender (@DataModel) and the receiver (@DataModelSelection) were actually different on portlets (and also different SFSBs)... So i gave up and ended up passing the selections in the Session scope. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975630#3975630 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975630 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
