some code snippets would help....

in any case, when you outject a component that compent and it's data is always 
available in the seam context. hard to say what you need without the code but 
this is a little more typical...


  | @In(required=false)
  | @Out(require=false, scope=ScopeType.XXX)
  | private Collection<Entity> myEntityList
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962887
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to