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 List<? extends T> not List<T>, otherwise you 
> can't select more than one item (T), which is the point..
>
> D/
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to