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

monkeyden do-not-reply at jboss.com
Mon Oct 2 18:25:44 EDT 2006


I'm very doubtful that it's something on the JSF side.  I removed every column with the exception of this one and it still didn't work.  It seems pretty clear to me that there is an informational disconnect in the injection.  Do all of my annotations appear correct?  


  | @Stateful
  | @Scope(ScopeType.SESSION)
  | @Name("usersearch")
  | public class UserSearchAction implements UserSearch, Serializable {
  | ...
  |     @DataModel
  |     @Out(required=false)
  |     private List<UserView> users;
  | 
  |     @DataModelSelection
  |     @In(required=false)
  |     @Out(scope=ScopeType.SESSION, required=false) 
  |     private UserView user;
  | ...
  | }
  | 

Does anyone know of other examples to which I can refer?

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

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



More information about the jboss-user mailing list