The component selectManyPicklist extends from selectManyListbox, so expect the same behaviour except on rendering. Currently the selectManyPicklist is only a new renderer and no new functionality has been added to the component.
> > And one more question: > > Is it possible to have the available list on the right and selected list on > > the left side? It is not possible now, but it wouldn't be hard to add that. Feel free to improve it and we will commit the patches :-) Regards, Bruno 2006/1/18, Mike Kienenberger <[EMAIL PROTECTED]>: > I've never used this component, so I'm guessing here. > > Try using a converter to convert between String[] and Long[]. > > Also, it's possible that s:selectManyPicklist needs to be improved to > perform automatic conversion better. See if you can patch the code > and and submit patches to fix the issue. > > On 1/18/06, Alin Dosoniu <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > I am interested if the value attribute of a s:selectManyPicklist is required > > to be a String[]. > > > > My managed been is returning a Long[] for value of selectManyPicklist and I > > can correctly select some values from the available list. But when trying to > > edit the selected list, reenter on page or try to edit the record, the > > selected list of selectManyPicklist is empty, all the values are in the > > available list. > > I have to mention that if the managed bean is returning String[], then the > > selectManyPicklist component is working correctly. > > > > And one more question: > > Is it possible to have the available list on the right and selected list on > > the left side? > > > > Thank you for your answers, > > Alin. >

