Re: Picklist problem

2006-05-05 Thread octoberdan
://www.nabble.com/Picklist-problem-t1122642.html#a4248937 Sent from the MyFaces - Users forum at Nabble.com.

Re: Picklist problem

2006-05-05 Thread octoberdan
Does that make sense to you? -- View this message in context: http://www.nabble.com/Picklist-problem-t1122642.html#a4249661 Sent from the MyFaces - Users forum at Nabble.com.

Re: Picklist problem

2006-05-05 Thread Bruno Aranda
And when the form does not submit, do you get any message? On 5/5/06, octoberdan [EMAIL PROTECTED] wrote: Does that make sense to you? -- View this message in context: http://www.nabble.com/Picklist-problem-t1122642.html#a4249661 Sent from the MyFaces - Users forum at Nabble.com.

Re: Picklist problem

2006-05-03 Thread octoberdan
Did you get this working? -- View this message in context: http://www.nabble.com/Picklist-problem-t1122642.html#a4211532 Sent from the MyFaces - Users forum at Nabble.com.

Re: Picklist problem

2006-05-03 Thread octoberdan
but that's with a valueChangeListener... can't you just set the value to be an array? -- View this message in context: http://www.nabble.com/Picklist-problem-t1122642.html#a4212085 Sent from the MyFaces - Users forum at Nabble.com.

Re: Picklist problem

2006-05-03 Thread Bruno Aranda
/selectManyListbox.html On 5/3/06, octoberdan [EMAIL PROTECTED] wrote: but that's with a valueChangeListener... can't you just set the value to be an array? -- View this message in context: http://www.nabble.com/Picklist-problem-t1122642.html#a4212085 Sent from the MyFaces - Users forum at Nabble.com.

Re: Picklist problem

2006-05-03 Thread octoberdan
Alright. I'm using an valueChangeListener, it works and everything's groovy on that side of things, but the form's action method is no longer being called. What would be a possible reason for this? -- View this message in context: http://www.nabble.com/Picklist-problem-t1122642.html#a4213794

Re: Picklist problem

2006-05-03 Thread octoberdan
h:commandButton type=submit value=Create action=#{projectCreationBacker.create}/ -- View this message in context: http://www.nabble.com/Picklist-problem-t1122642.html#a4214256 Sent from the MyFaces - Users forum at Nabble.com.

Re: Picklist problem

2006-05-03 Thread Volker Weber
a t:messages on your page to see them! Conversion errors : put a t:messages on your page to see them! calling of facesContext.renderResponse() somewehre in your code! -- View this message in context: http://www.nabble.com/Picklist-problem-t1122642.html#a4213794 Sent from the MyFaces - Users forum

Re: Picklist problem

2006-05-03 Thread octoberdan
As for messages I'm getting: 'Bean: com.loomis.jsf.backingbean.ProjectCreationBackingBean, property: assigneeItems' Does that make sense? -- View this message in context: http://www.nabble.com/Picklist-problem-t1122642.html#a4214365 Sent from the MyFaces - Users forum at Nabble.com.

Re: Picklist problem

2006-05-03 Thread Volker Weber
f:verbatimbrbr/f:verbatim h:commandButton type=submit value=Create action=#{projectCreationBacker.create}/ -- View this message in context: http://www.nabble.com/Picklist-problem-t1122642.html#a4214256 Sent from the MyFaces

Re: Picklist problem

2006-03-30 Thread Bruno Aranda
Sure! First I will fix a couple of open bugs for this component and then I will look into it! Bruno On 3/29/06, Mike Kienenberger [EMAIL PROTECTED] wrote: Bruno, Picklist is one of the components that's got a dependency on MyFaces impl. Any chance you could take a look at fixing that? On

Re: Picklist problem

2006-03-29 Thread Bruno Aranda
Sorry for taking so long to answer. I am in the process of settling in another country. I have just checked in a fix for this issue in the SVN trunk :-) Regards, Bruno On 2/23/06, Alin Dosoniu [EMAIL PROTECTED] wrote: Hello, Any chance for this problem to be solved? I checked it in

Re: Picklist problem

2006-03-29 Thread Mike Kienenberger
Bruno, Picklist is one of the components that's got a dependency on MyFaces impl. Any chance you could take a look at fixing that? On 3/29/06, Bruno Aranda [EMAIL PROTECTED] wrote: Sorry for taking so long to answer. I am in the process of settling in another country. I have just checked in

Re: Picklist problem

2006-03-29 Thread Alin Dosoniu
Bruno, Thank you very much for fixing this issue. I verified it in myfaces-example-sandbox.war build today from svn and it is working. Alin. Sorry for taking so long to answer. I am in the process of settling in another country. I have just checked in a fix for this issue in the SVN trunk

Re: Picklist problem

2006-02-23 Thread Alin Dosoniu
Hello, Any chance for this problem to be solved? I checked it in myfaces-example-sandbox from today and I can reproduce it. Thank you, Alin. Hi I've tried the examples which where build with the svn source from 16.02. the picklist shows the same error. If i select some values and click

Re: Picklist problem

2006-02-17 Thread Bruno Aranda
Can you try to put the sandbox examples [1] in your container and tell me if the example there works ok? What is your configuarion? I've always tested the component with linux+firefox. Regards, Bruno [1] /myfaces/tomahawk/sandbox/examples On 2/16/06, Stefan Lukesch [EMAIL PROTECTED] wrote:

Re: Picklist problem

2006-02-16 Thread Stefan Lukesch
Hi, I've build sandbox from SVN now, since I didn't find a nightly build for the sandbox. But I'm afraid the problem is still the same :( this is how my .jsp looks like: ... tr align=center td colspan=2 s:selectManyPicklist size=5

Re: Picklist problem

2006-02-15 Thread Bruno Aranda
There was a bug in the picklist which I have fixed now. You can get the fixed component from the SVN sources or in the next nightly build. Thanks for reporting! Bruno On 2/14/06, Stefan Lukesch [EMAIL PROTECTED] wrote: Hi, I'm just building a user management interface using myfaces. For

Picklist problem

2006-02-14 Thread Stefan Lukesch
Hi, I'm just building a user management interface using myfaces. For managing the group memberships of a user I'm using the picklist aka selectManyPickList. So far it's working fine, but evertime I'm updating the userinformation without changing something in the picklist, no values are