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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to