[jboss-user] [JBoss Seam] - Re: selectOneMenu and selectItems problem

2007-07-11 Thread mttu
] company - + company); | return String.valueOf(company.getId()); | } | | } | Both methods return not null values. Any idea ? Thanks, Mttu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062936#4062936 Reply to the post : http

[jboss-user] [JBoss Seam] - Re: selectOneMenu and selectItems problem

2007-07-11 Thread mttu
OK, it started to worked after i had changed: | @Out | private Company selectedCompany; | and implemented equals in Company. It's still not clear to me why selectedCompany should be outjected in this case. View the original post :

[jboss-user] [JBoss Seam] - Re: selectOneMenu and selectItems problem

2007-07-11 Thread mttu
But why selected company has to be outjected ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063236#4063236 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063236 ___ jboss-user

[jboss-user] [JBoss Seam] - selectOneMenu and selectItems problem

2007-07-10 Thread mttu
) { | this.selectedCompany = selectedCompany; | } | | | } | | selectedCompany is always NULL (Method setSelectedCompany is not called). Bot methods are defined in ICandidate interface. Thanks for help, Mttu View the original post : http://www.jboss.com