[jboss-user] [JBoss Seam] - Re: SelectOneMenu problem

2007-12-15 Thread saeediqbal1
i am having a similar problem. I think 2.0.1 has a fix for it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113134#4113134 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113134

[jboss-user] [JBoss Seam] - Re: SelectOneMenu problem

2007-12-15 Thread saeediqbal1
I am wondering is this issue due to using jsf ri 1.2 compared to previously using myfaces? because our applications worked fine in 1.2 and now in 2.0 they are broke on SelectOneMenu :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113136#4113136 Reply to the

[jboss-user] [JBoss Seam] - Re: SelectOneMenu problem

2007-12-14 Thread limousyf
Ok, I replaced the s:selectItems by a good old fashioned f:selectItems backed to a List | public ListSelectItem getAssignableItems() { | assignableItems = new ArrayListSelectItem(); | |

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

2007-08-22 Thread [EMAIL PROTECTED]
What version of Seam? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076695#4076695 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076695 ___ jboss-user mailing list

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

2007-08-22 Thread demetrio812
2.0B1, but it was a version of the july 9th... so I'm tring with the latest one but I got some problem (see also http://www.jboss.com/index.html?module=bbop=viewtopict=116726) Thank for helping! Demetrio View the original post :

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

2007-08-22 Thread [EMAIL PROTECTED]
Please post the stack trace when you try this with current CVS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076715#4076715 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076715

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

2007-08-22 Thread demetrio812
I wanted to try with current CVS but I can't because it doesn't deploy coz of the other error and I need message bundles (the page that give me the error use them)... So I'm waiting to solve the resourceBundle problem and then I will test it... see the link I putted in the other post for

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

2007-08-22 Thread demetrio812
it seems the same bug of this one, isn't it? http://jboss.com/index.html?module=bbop=viewtopict=112337 demetrio View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076730#4076730 Reply to the post :

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

2007-08-22 Thread demetrio812
I updated the project and it works now!! Sorry for all the time you lost following me... another little question: I have a component in application scope: | framework:entity-query name=linguaAll | entity-manager=#{entityManager} | ejbql=select lingua from

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

2007-08-22 Thread [EMAIL PROTECTED]
Read the SeamProblemsFAQ on the wiki View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076762#4076762 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076762 ___ jboss-user mailing

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

2007-08-22 Thread demetrio812
Hi, thanks again... I read it yesterday and I thought that giving that application scope is longer then conversation scope it would work... now I read it again that line: anonymous wrote : | Ensure that you are in a long-running conversation that spans the both the select list creation and

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

2007-08-22 Thread [EMAIL PROTECTED]
demetrio812 wrote : (so the same JPA session?) Yes. anonymous wrote : is there a way to leave the component on application scope and then merge it in conversation scope? You have to implement equals() View the original post :

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

2007-08-22 Thread demetrio812
I see... Thank you very much for your answers!! Demetrio View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076806#4076806 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076806 ___

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

2007-08-21 Thread demetrio812
I also tried to do not use the method and use component definition in components.xml, if I don't use a value of the instance of articoloHome it works, like that: | framework:entity-query name=statoArticoliAll | entity-manager=#{entityManager} | ejbql=select