Yeah but you still need to tell the modal window to not care about
updates, otherwise you will get notifications (confirm dialogs)

2009/4/29 Serkan Camurcuoglu <[email protected]>:
> |maybe using new AjaxFormComponentUpdatingBehavior("onchange") instead of
> onSelectionChanged would make a difference.. like the example  at
> http://www.wicket-library.com/wicket-examples/ajax/choice.0|
>
>
>
> nino martinez wael wrote:
>>
>> You need to tell the modal not to care about changes and make the ddc
>> submit via ajax.. Cant remember the exact setting...
>>
>> might be one of below.. But there are some settup you can do something
>> with..
>>
>>
>>
>> http://www.nabble.com/forum/Search.jtp?query=modal+nino&local=y&forum=25133&daterange=0&startdate=&enddate=
>>
>> 2009/4/29 Steve Flasby <[email protected]>:
>>
>>>
>>> Chaps, struggling a bit with this one.
>>>
>>> I want a ModalWindow containing a search form plus a table of results.
>>> I would like the results to be updated using Ajax as I change the search
>>> criteria. One of the search criteria is a DropDownChoice.
>>> So, to handle a selection change I would normally use:
>>>
>>> DropDownChoice::onSelectionChanged(){ return true; }
>>>
>>> However, this causes a submit which closes the ModalWindow. I cant see
>>> how to get the new value back from the DDC without a submit.
>>>
>>> Clearly I am being a bit thick here as I cant possibly be the first
>>> person trying to do this.
>>> Can someone give me a hint please.
>>>
>>>
>>> Many Thanks - Steve
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to