only clientside notifications? do you have all the items already
there? or are you saying that you want a notifications from the client
to the server?
i have to see how or on what place the onchange handler is declared it
should or can be in a common base package i thing (of all the choice
classes) but you could do it youre self pretty easy just look how it
works at the drop down (implement the interface and write the onchange
javascript part)

On 10/14/05, Brian Sam-Bodden <[EMAIL PROTECTED]> wrote:
> Hi,
>     I was wondering is there any way to get a client side notification when
> the
> selected items in a ListMultipleChoice component are changed. I have a page
> with
> 3 ListMultipleChoice components and I want to narrow the choices available
> in
> the 2nd List based on the choices in the 1st List and the same with 3rd
> List
> based on the 2nd List.
>     I see that with DropDownChoice we can use
> wantOnSelectionChangedNotifications
> and onSelectionChanged. I wonder why there isn't similar functionality for
> multiselect components?
>     Besides that small issue I'm having a great time using Wicket, great
> framework, keep up the good work!
>
> Thanks,
> Brian
> http://www.integrallis.com
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Power Architecture Resource Center: Free content, downloads, discussions,
> and more. http://solutions.newsforge.com/ibmarch.tmpl
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to