my case I have to lists,
myList1 and myList2 which is problematic.
Any suggestions?
Thanks
Ab
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-5-2-5-Select-component-s-multiple-property-tp4304338p5711791.html
Sent from the Tapestry - User mailing list archive at
Here's the java code:
package edu.asu.wit.eadvisor.ds.t5.pages.t5.admin;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.LinkedList;
import java.util.List;
impor
At first I used myList for the first field with multiple select and it
worked. When I wanted to have two fields with multiple select I took myList
out of the picture by commenting it out and used two new lists myList1 and
myList2.
However, in the methods getEncoder() and getModel() I originally us