see org.apache.wicket.ajax.AjaxEventBehavior#setThrottleDelay

On Thu, Apr 19, 2012 at 4:43 PM, Tom Eugelink <t...@tbee.org> wrote:
>
> Hm. Using "onchange" either directly or via OnChangeAjaxBehavior, I'm not
> able to type more that one character in the textbox. As soon as I've typed
> one, the ajax call triggers and does a select-all of the textbox (in
> Chrome), the next keystroke when overwrites the contents. Onblur does not
> have this behavior, but does not update the second textfield.
>
> Naturally this behavior is related to the browser; FF and IE do not do a
> select-all, but they place the cursor at the beginning of the text (which is
> not helping either).
>
> Tom
>
>
>
> On 19-4-2012 14:39, Martin Grigorov wrote:
>>
>> Check OnChangeAjaxBehavior too.
>> It is bit smarter than AjaxFormComponentUpdatingBehavior and you wont
>> need to leave the text input field with it.
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to