[jboss-user] [JBoss Seam] - Re: DataModelSelection problem

jarkko@jab.fi do-not-reply at jboss.com
Mon Oct 2 18:42:47 EDT 2006


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



More information about the jboss-user mailing list