Re: AutoCompleteTextField and change AjaxFormComponentUpdatingBehavior

2016-01-21 Thread Zbynek Vavros
> > It is not very clear what exactly is the issue. > > > > > As far as I understand the problem is that the Ajax call is > triggered > > > > only > > > > > when you navigate to another form field. If this is the issue then > > try > > > by > > > > > using OnCha

Re: AutoCompleteTextField and change AjaxFormComponentUpdatingBehavior

2016-01-21 Thread Martin Grigorov
; > > > On Thu, Jan 21, 2016 at 9:27 AM, Martin Grigorov < > > mgrigo...@apache.org > > > > > > > > > wrote: > > > > > > > > > > > Hi, > > > > > > > > > > > > It is not very clear what exactly is the issue. > > > &

Re: AutoCompleteTextField and change AjaxFormComponentUpdatingBehavior

2016-01-21 Thread Sven Meier
ior. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Jan 20, 2016 at 2:44 PM, Zbynek Vavros < zbynekvav...@gmail.com wrote: Hi, in our project we have an AutoCompleteTextField with AjaxFormComponentUpdatingBehavior ("change" event) attached.

Re: AutoCompleteTextField and change AjaxFormComponentUpdatingBehavior

2016-01-21 Thread Zbynek Vavros
>>>>> >>>>> field >>>> >>>>> to calculate value of another fields in form. This calculation should >>>>>> happen only >>>>>> when "final" value is selected. >>>>>> >>>>>> Zbynek >>&

Re: AutoCompleteTextField and change AjaxFormComponentUpdatingBehavior

2016-01-21 Thread Sven Meier
you navigate to another form field. If this is the issue then try by using OnChangeAjaxBehavior instead of AjaxFormComponentUpdatingBehavior. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Jan 20, 2016 at 2:44 PM, Zbynek Vavros < zbynekvav...@gmail.com

Re: AutoCompleteTextField and change AjaxFormComponentUpdatingBehavior

2016-01-21 Thread Zbynek Vavros
> AjaxFormComponentUpdatingBehavior. > > > > > > Martin Grigorov > > > Wicket Training and Consulting > > > https://twitter.com/mtgrigorov > > > > > > On Wed, Jan 20, 2016 at 2:44 PM, Zbynek Vavros <zbynekvav...@gmail.com > > > > > wro

Re: AutoCompleteTextField and change AjaxFormComponentUpdatingBehavior

2016-01-21 Thread Martin Grigorov
ttps://twitter.com/mtgrigorov > > > > On Wed, Jan 20, 2016 at 2:44 PM, Zbynek Vavros <zbynekvav...@gmail.com> > > wrote: > > > > > Hi, > > > > > > in our project we have an AutoCompleteTextField with > > > AjaxFormComponentUpdatingBehav

Re: AutoCompleteTextField and change AjaxFormComponentUpdatingBehavior

2016-01-21 Thread Martin Grigorov
I understand the problem is that the Ajax call is triggered > > > only > > > > when you navigate to another form field. If this is the issue then > try > > by > > > > using OnChangeAjaxBehavior instead of > > AjaxFormComponentUpdatingBehavior. > > &

Re: AutoCompleteTextField and change AjaxFormComponentUpdatingBehavior

2016-01-21 Thread Zbynek Vavros
Jan 20, 2016 at 2:44 PM, Zbynek Vavros <zbynekvav...@gmail.com> > wrote: > > > Hi, > > > > in our project we have an AutoCompleteTextField with > > AjaxFormComponentUpdatingBehavior ("change" event) attached. > > > > Small prototype I did pr

Re: AutoCompleteTextField and change AjaxFormComponentUpdatingBehavior

2016-01-21 Thread Martin Grigorov
Training and Consulting https://twitter.com/mtgrigorov On Wed, Jan 20, 2016 at 2:44 PM, Zbynek Vavros <zbynekvav...@gmail.com> wrote: > Hi, > > in our project we have an AutoCompleteTextField with > AjaxFormComponentUpdatingBehavior ("change" event) attached. >

AutoCompleteTextField and change AjaxFormComponentUpdatingBehavior

2016-01-20 Thread Zbynek Vavros
Hi, in our project we have an AutoCompleteTextField with AjaxFormComponentUpdatingBehavior ("change" event) attached. Small prototype I did proves that HTTP POST is done when an item is selected from choices (either by mouse or keyboard). But for some reason the same code doesn't w