ListChoice - generics for model defined wrong

2010-06-29 Thread Douglas Ferguson
I was just attempt to use the ListChoice and it seems to me that the constructor signatures are wrong. The model for this should be List? extends T not ListT, otherwise you can't select more than one item (T), which is the point.. D/

Re: ListChoice - generics for model defined wrong

2010-06-29 Thread James Carman
ListChoice doesn't allow you to choose multiple. You want ListMultipleChoice. On Tue, Jun 29, 2010 at 8:29 AM, Douglas Ferguson doug...@buzzstream.com wrote: I was just attempt to use the ListChoice and it seems to me that the constructor signatures are wrong. The model for this should be