[jboss-user] [JBoss Seam] - Re: Merging objects problems.
bfo81
do-not-reply at jboss.com
Sat Aug 26 06:16:52 EDT 2006
No, your stateless bean does not keep the group since it's stateless ;). It only knows about the group cause it gets injected.
As I said it's quite difficult to GUESS what the problem causes. It would be better to LOOK at your code ;). But I think that you only call new Group(); once. Or you use @In(create=true) everywhere.
However, you need to make sure that the group is really created newly explicitely.
And RobJellinghaus is right, whenever beginning an action that spans multiple pages there's a bill ringing and saying, "conversation!" ;).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967628#3967628
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967628
More information about the jboss-user
mailing list