doubleList not getting pupulated.. a small example if this works?

2007-04-25 Thread אלחנן מעין
hi.. can anyone tell me where can i find a small sample (showcase is a huge) of doubleselect being pupulated from an action form? actually i took a look at source code and saw that the doubleList property is actually a string, so how can it recieve a list? ___

doubleList not getting pupulated..

2007-04-23 Thread אלחנן מעין
hi... trying this: name="selectedclient" label="Client and task" listKey="id" listValue="name" list="clients" doubleName="selectedTask" doubleListKey="id" doubleListValue="name" doubleList="tasks" /> on my action i have: public List getClients(){ List l=new ArrayList();