It seems we are using AjaxFormComponentUpdatingBehavior("change") in our
project and it works as expectedOn Wed, Oct 28, 2015 at 6:37 PM, Peter Henderson < [email protected]> wrote: > I've tried > > Wicket 7.1.0 with > libraryDependencies += "org.wicketstuff" % "wicketstuff-select2" % "7.0.0" > withSources() withJavadoc() > and > libraryDependencies += "org.wicketstuff" % "wicketstuff-select2" % "7.1.0" > withSources() withJavadoc() > > > Wicket 7.0.0 with select2 7.0.0 (which works) > > > On Wed, Oct 28, 2015 at 12:34 PM, Maxim Solodovnik <[email protected]> > wrote: > > > BTW which wicket library for select2 are you using? > > > > On Wed, Oct 28, 2015 at 6:33 PM, Maxim Solodovnik <[email protected]> > > wrote: > > > > > Will try to check later today > > > Please file ticket on the github, will try to address it ASAP > > > > > > On Wed, Oct 28, 2015 at 6:31 PM, Peter Henderson < > > > [email protected]> wrote: > > > > > >> Hi fellow users. > > >> > > >> A quick heads up. > > >> > > >> I've just upgraded from wicket 7.0.0 to 7.1.0. > > >> > > >> It looks like something has broken > > >> OnChangeAjaxBehavior on Select2 form fields. > > >> > > >> Hopefully I'll be able to build a quickstart later. > > >> > > >> > > >> > > >> > > >> The exception for the record. > > >> > > >> org.apache.wicket.core.request.handler.ComponentNotFoundException: > > >> Component 'form:partFF:fg:fg_body:edit:location' has been removed from > > >> page. > > >> at > > >> > > >> > > > org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:177) > > >> at > > >> > > >> > > > org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:865) > > >> at > > >> > > >> > > > org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64) > > >> at > > >> > > >> > > > org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:265) > > >> at > > >> > > >> > > > org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:222) > > >> at > > >> > > >> > > > org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:293) > > >> at > > >> > > >> > > > org.apache.wicket.protocol.ws.AbstractUpgradeFilter.processRequestCycle(AbstractUpgradeFilter.java:70) > > >> at > > >> > > >> > > > org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:203) > > >> at > > >> > > >> > > > org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:284) > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> -- > > >> Peter Henderson > > >> > > >> Director > > >> Starjar Ltd. > > >> www.starjar.com > > >> 0330 088 1662 > > >> > > > > > > > > > > > > -- > > > WBR > > > Maxim aka solomax > > > > > > > > > > > -- > > WBR > > Maxim aka solomax > > > > > > -- > Peter Henderson > > Director > Starjar Ltd. > www.starjar.com > 0330 088 1662 > -- WBR Maxim aka solomax
