[jboss-user] [JBoss Seam] - Re: Updating a Collection of entities
c_eric_ray
do-not-reply at jboss.com
Thu Aug 3 11:15:18 EDT 2006
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
More information about the jboss-user
mailing list