[jboss-user] [JBoss Seam] - Re: Loosing information right out of my entity bean....

2007-06-21 Thread g00se24
Bug found: Never try to to inject data out of non displayed h:selectOneMenu, they are going to set the property to null. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4056400#4056400 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Loosing information right out of my entity bean....

2007-06-19 Thread petemuir
Show some code. Are you in a conversation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055500#4055500 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055500 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Loosing information right out of my entity bean....

2007-06-19 Thread g00se24
Here we go: PS: I'm using a4j extremly hard!!! | /** | * | * @author Dennis Guse | * | */ | @Name(users) | @Scope(ScopeType.SESSION) | public class UserControl extends Selection implements Serializable { | | @Out(required=false) | public User

[jboss-user] [JBoss Seam] - Re: Loosing information right out of my entity bean....

2007-06-19 Thread g00se24
Okay here is a try of a more specific description: After I outject a entity object, I loose every ManyToOne relation of the entity bean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=404#404 Reply to the post :