updated this morning (CET) Wouter
On 5/21/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > looks like a wicket bug. how old was the trunk code you used? > > -igor > > > > On 5/21/07, Wouter de Vaal <[EMAIL PROTECTED] > wrote: > > > > Hi, > > > > I'm now using the trunk for wicket 1.3 to test a patch, but I get an > > error on my signin form. Below is the markup: > > > > <form id="signInForm1" > > > action="signin/wicket:interface/%3A7%3AsignInPanel%3AsignInForm%3A%3AIFormSubmitListener%3A%3A" > > method="post"><div style="display:none"> > > > > This is the trace. > > > > org.apache.wicket.WicketRuntimeException: unable to find > component > > with path signInPanel:signInForm::IFormSubmitListener on > page [Page > > class = nl.huibeo.nietdenken.web.login.SignIn, id = 8, > version = 0] > > at > org.apache.wicket.request.target.component.BookmarkableListenerInterfaceRequestTarget.processEvents(BookmarkableListenerInterfaceRequestTarget.java:112) > > at > org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents > (AbstractRequestCycleProcessor.java:90) > > at > org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1005) > > at > org.apache.wicket.RequestCycle.step(RequestCycle.java:1073) > > at > org.apache.wicket.RequestCycle.steps(RequestCycle.java:1142) > > at > org.apache.wicket.RequestCycle.request(RequestCycle.java:490) > > at > org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:248) > > at > org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122) > > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) > > at > org.apache.catalina.core.ApplicationFilterChain.doFilter > (ApplicationFilterChain.java:173) > > at > org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:174) > > at > org.springframework.web.filter.OncePerRequestFilter.doFilter > (OncePerRequestFilter.java:77) > > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) > > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java > :173) > > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) > > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) > > at > org.apache.catalina.core.StandardHostValve.invoke > (StandardHostValve.java:126) > > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) > > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) > > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) > > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868) > > at > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection > (Http11BaseProtocol.java:663) > > at > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) > > at > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java > :80) > > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) > > at java.lang.Thread.run(Unknown Source) > > > > My code just worked nicely before I installed a build from the trunk > > (and I haven't changed any code in either projects). > > > > Wouter > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
