Did you tried Palette.getSelectedChoices() method? It will return an
Iterator<T> where T is the type of Model object.

Ernesto

On Tue, Dec 29, 2009 at 8:09 PM, victorTrapiello <vic...@trapiello.net>wrote:

>
> Hello guys I´m new in the Wicket world, I´m developing an online
> application
> with my development team, we are using the component "Palette", we display
> the palette on the screen but we can´t/ we do not know how to get the list
> of choices that we have selected, we have tried like in the example with:
>
> palette.getModelObjectAsString());
>
> but it seems our IDE does not recognize this... we have imported all of the
> libraries....
>
> any help¿?
>
> Thanks very much in advance
>
> Regards.
> --
> View this message in context:
> http://old.nabble.com/Repost%3A-Track-selected-entries-in-either-of-a-Palette%27s-Choices-components--tp26922651p26958594.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to