[jboss-user] [JBoss Seam] - Re: Updating a Collection of entities

2006-08-04 Thread trouby
Hey, Thanks, the first reply was helpful, I usually outjected entities that were annotated to a session scope, that is why it always worked fine, I had to annotate the scope of the collection as session too, Thanks View the original post :

[jboss-user] [JBoss Seam] - Re: Updating a Collection of entities

2006-08-03 Thread c_eric_ray
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)

[jboss-user] [JBoss Seam] - Re: Updating a Collection of entities

2006-08-03 Thread petemuir
Show the whole of the code of the bean. You could use a breakpoint in component to see what is being bijected. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3963020#3963020 Reply to the post :