Re: Retain Focus After Ajax Update

2011-10-17 Thread Martin Grigorov
On Mon, Oct 17, 2011 at 3:17 PM, vineet semwal wrote: > use ajaxforcomponentupdatingbehavior for the event onblur/onchange or > any other depending on your need > > set the focus on the formcomponent ajaxrequesttarget.focuscomponent(component) Or just tell Wicket to not focus after the Ajax respon

Re: Retain Focus After Ajax Update

2011-10-17 Thread vineet semwal
use ajaxforcomponentupdatingbehavior for the event onblur/onchange or any other depending on your need set the focus on the formcomponent ajaxrequesttarget.focuscomponent(component) On Mon, Oct 17, 2011 at 5:04 PM, SreedharGanduri wrote: > Hi, > I have a form, and list of fields in it. > based o