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?
___
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();
2 matches
Mail list logo