I haven't looked at it, but ajax worked fine a few days ago. This break is probably due to some changes yesterday.
Eelco On 8/8/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > Is that an ajax request that fails? > I though ajax request always just take the last page? > > But auto add seems to go into the change stack. > That shouldn't be the case. > > johan > > > > On 8/8/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > Something - a very recent commit - broke Ajax in the 1.2 branch. > > For instance, clicking an ajax link in wicket-examples/ajax link > example will throw this exception: > > 10:27:07.406 ERROR! [SocketListener0-1] > wicket.RequestCycle.step(RequestCycle.java:1094) >19> Cannot remove > [MarkupContainer [Component id = <auto>_header, page = <No Page>, path > = <auto>_header.HtmlHeaderContainer]] from null parent! > java.lang.IllegalStateException: Cannot remove [MarkupContainer > [Component id = <auto>_header, page = <No Page>, path = > <auto>_header.HtmlHeaderContainer]] from null parent! > at wicket.Component.remove (Component.java:1475) > at wicket.version.undo.Add.undo(Add.java:81) > at > wicket.version.undo.ChangeList.undo(ChangeList.java:93) > at > wicket.version.undo.UndoPageVersionManager.undo(UndoPageVersionManager.java > :217) > at > wicket.version.undo.UndoPageVersionManager.getVersion(UndoPageVersionManager.java:167) > at wicket.Page.getVersion(Page.java:586) > at wicket.PageMap.get(PageMap.java:461) > at wicket.Session.getPage(Session.java:407) > at > wicket.request.compound.DefaultRequestTargetResolverStrategy.resolveRenderedPage(DefaultRequestTargetResolverStrategy.java:215) > at > wicket.request.compound.DefaultRequestTargetResolverStrategy.resolve > (DefaultRequestTargetResolverStrategy.java:152) > at > wicket.request.compound.AbstractCompoundRequestCycleProcessor.resolve(AbstractCompoundRequestCycleProcessor.java:48) > at wicket.RequestCycle.step(RequestCycle.java :1043) > at wicket.RequestCycle.steps(RequestCycle.java:1135) > at wicket.RequestCycle.request(RequestCycle.java:549) > at > wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:215) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:596) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > at > org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) > at > org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473) > at > org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) > at org.mortbay.http.HttpContext.handle > (HttpContext.java:1530) > at > org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) > at > org.mortbay.http.HttpContext.handle(HttpContext.java:1482) > at org.mortbay.http.HttpServer.service > (HttpServer.java:909) > at > org.mortbay.http.HttpConnection.service(HttpConnection.java:816) > at > org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982) > at org.mortbay.http.HttpConnection.handle > (HttpConnection.java:833) > at > org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) > at > org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) > at org.mortbay.util.ThreadPool$PoolThread.run > (ThreadPool.java:534) > > Can someone take a look at that please? > > Eelco > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
