Re: Undesirable behavior of AutoLabelMarker

2019-02-08 Thread Martin Grigorov
Hi, Why do you use AjaxFormSubmitBehavior ? It submits the whole form, i.e. all its form components. I think you want to use AjaxForm[Choice]ComponentUpdatingBehavior - it will submit only the value of the modified field. On Fri, Feb 8, 2019 at 2:57 PM mscoon wrote: > Hi all, > > We have an

Undesirable behavior of AutoLabelMarker

2019-02-08 Thread mscoon
Hi all, We have an outer form and an inner form. The inner form contains some form components which all have an AjaxFormSubmitBehavior in order to update each - other when the user changes one of them. The actual submitting button is in the outer form. When the AjaxFormSubmitBehavior runs and

Re: outdated page in the page cache of wicket

2019-02-08 Thread sven
Hi, I doubt anybody will be able to pinpoint the problem just from reading your description. So - upgrade to 6.30.0 first - check your log for serialization errors - create a quickstart Regards Sven > > On 08.02.2019 at 08:20,wrote: > > > Hello