Re: Any examples of a multiselect box in Wicket

2009-06-24 Thread Mark Clarke

thanks Igor,

that helped.

Igor Vaynberg wrote:

ListMultipleChoice

or Select/SelectOption

these both allow you to select multiple items from the list, examples
to both can be found in component reference.

-igor

On Tue, Jun 23, 2009 at 1:17 PM,  wrote:
  

Hi all,

Ok done some test and it looks like wicket can't handle this use case. I
have tried the extensions select class and SelectOptions but it seems to
work the same as dropdownchoice.

There appears to be no example of a multi select for wicket on the net. I
am beginning to think I should abandon the attempt to use multi-select.
Any last minute pointers?

thanks


-
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

  



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



Re: Any examples of a multiselect box in Wicket

2009-06-23 Thread Igor Vaynberg
ListMultipleChoice

or Select/SelectOption

these both allow you to select multiple items from the list, examples
to both can be found in component reference.

-igor

On Tue, Jun 23, 2009 at 1:17 PM,  wrote:
> Hi all,
>
> Ok done some test and it looks like wicket can't handle this use case. I
> have tried the extensions select class and SelectOptions but it seems to
> work the same as dropdownchoice.
>
> There appears to be no example of a multi select for wicket on the net. I
> am beginning to think I should abandon the attempt to use multi-select.
> Any last minute pointers?
>
> thanks
>
>
> -
> 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



Any examples of a multiselect box in Wicket

2009-06-23 Thread mark
Hi all,

Ok done some test and it looks like wicket can't handle this use case. I
have tried the extensions select class and SelectOptions but it seems to
work the same as dropdownchoice.

There appears to be no example of a multi select for wicket on the net. I
am beginning to think I should abandon the attempt to use multi-select.
Any last minute pointers?

thanks


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