Re: selectManyPicklist causes 'Validation Error'

2007-01-19 Thread rgarcia
I have a similar problem... Try using itemValue="#{product.id}''" it will force id to string. I beleive it's a conversion issue, not sure if the component needs to implement the code to use the standard converters explicitily. Regars, Renato Beelen, Marco wrote: > > Hello, > > I'm running int

selectManyPicklist causes 'Validation Error'

2007-01-09 Thread Beelen, Marco
Hello, I'm running into some troubles using the selectManyPickList for the sandbox ( 1.1.5-SNAPSHOT ) I use the component to let my users select the products they want for the set of available products. The backingbean stores the selectedId's in a private Long[] s