I can get all ListMultipleChoice  rows after jquery selection if i select
non-ajax way.

 Button btnSave = new Button("btnSave") {

            @Override
            public void onSubmit() {

                for (String s : MODEL) {
                    System.out.println("--> " + s);
                }

            }

        };

But with if i use AjaxButton then jquery  selection  code doesn't work. Also
I 've tried putting jquery code in AjaxCallDecorator but no way.

Altug.

02 Şubat 2011 15:42 tarihinde Altuğ Bilgin Altıntaş <alt...@gmail.com>yazdı:

> Hi
>
> In my page user can move up and down ListMultipleChoice content by jquery
> and now I need to take all ordered ListMultipleChoice items,
>
> For exampe
>
> 1 - original items in the ListMultipleChoice
>
> 2- user move up and down some items
>
> 3 - I need to get new ordered ListMultipleChoice from wicket
>
> I try select all items before submit via jquery but wicket doesn't detect
> all selection.
>
> Any suggestions ?
>
> Thanks.
>
>


--

Reply via email to