Hi,

I tried to override the whole onEvent() part and use processInput() on
some of the fields. Even if I cleared the messages or whatever, the
refresh was made right after the response.

I'll check the setDefaultProcess(), maybe it will help.

Thanks,

Cheers.

Tamas
--
Cserveny, Tamas



On Thu, Mar 1, 2012 at 10:34 PM, Andrea Del Bene <an.delb...@gmail.com> wrote:
> yes, for radio choice you should use
> AjaxFormChoiceComponentUpdatingBehavior. Anyway, have you tried setting
> default form processing to false  on AjaxFormSubmitBehavior
> (setDefaultProcessing(false))? In this way you could save fields' value
> inside onSubmit() calling updateFormComponentModels() on your form.
>
>> Hi,
>>
>> As far as I know it cannot be user with Radio components.
>> Also if I change the radio values one part of the form will be hidden.
>> If I turn it back I'll need to show the values entered already.
>>
>> Cheers,
>>
>> Tamas
>> --
>> Cserveny, Tamas
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> 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

Reply via email to