Hi,

It seems the text input field is re-rendered with Ajax after typing a
character.
Try to not re-render the input field.
Or you can use target.appendJavaScript("...") and use something like
http://bytes.com/topic/javascript/answers/429209-how-unselect-text-input-box

Martin Grigorov
Wicket Training and Consulting


On Thu, Feb 13, 2014 at 9:00 AM, Sandor Feher <sfe...@bluesystem.hu> wrote:

> Hi,
>
> I have a datatable inside a filterform. Everything works fine but I need to
> filter table on every single typed characters in my filterform. To achieve
> this I added an AjaxFormSubmitBehavior to my filterform.
> There is one small problem with it. If I type one char it works fine but if
> I type one and another then the first char always get selected and I can't
> type other chars.
> How can I get it work ?
>
>
>
>
>
> Regards., Sandor
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/AjaxFormSubmitBehavior-and-FilterForm-problem-tp4664422.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to