Re: AjaxFormSubmitBehaviour

2012-03-02 Thread Cserveny Tamas
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,

Re: AjaxFormSubmitBehaviour

2012-03-01 Thread Andrea Del Bene
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()

Re: AjaxFormSubmitBehaviour

2012-03-01 Thread Cserveny Tamas
> Hi, > isn't AjaxFormComponentUpdatingBehavior more suited for your need? >> >> Hi, >> >> I''ve upgraded my wicket application from 1.4.6 to 1.4.19. I was using >> AjaxFormSubmitBehaviour >> mainly because I need to respond to a change in a

Re: AjaxFormSubmitBehaviour

2012-03-01 Thread Andrea Del Bene
Hi, isn't AjaxFormComponentUpdatingBehavior more suited for your need? Hi, I''ve upgraded my wicket application from 1.4.6 to 1.4.19. I was using AjaxFormSubmitBehaviour mainly because I need to respond to a change in a radiobox. One main difference was between the versions wa

AjaxFormSubmitBehaviour

2012-03-01 Thread Cserveny Tamas
Hi, I''ve upgraded my wicket application from 1.4.6 to 1.4.19. I was using AjaxFormSubmitBehaviour mainly because I need to respond to a change in a radiobox. One main difference was between the versions was the following: In case the form validationg yield errors a screenrefresh is