Works great guys. I took a chance to migrate to 2.0 before the project became to involved. I am happy and relieved to report that it is complete. :o)
Thanks a lot for the quick response. Those fixes were the only showstoppers for me. Looking forward to Wicket In Action. Cheers, De. igor.vaynberg wrote: > > yeah i just found another one. my bad. i pulled up a quick hieararchy > before > i did the refactor to note all the places, but i dont think it went cross > project :( > > -igor > > > On 1/7/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: >> >> It's fixed. It was due to a component (NextButton) not calling >> super.onAttach. We (/ the people who made the change) check our >> projects whether that occurs in more places. >> >> Eelco >> >> >> On 1/7/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: >> > we just had a big refactor done in 2.0, so it might be due to that. >> eelco >> > you want to take a look? >> > >> > >> > -igor >> > >> > >> > On 1/7/07, De Soca < [EMAIL PROTECTED]> wrote: >> > > >> > > I have downloaded the latest from trunk. >> > > >> > > In addition I am running it against tomcat 5.5.20. >> > > >> > > Thanks. >> > > >> > > >> > > >> > > igor.vaynberg wrote: >> > > > >> > > > what version? >> > > > >> > > > -igor >> > > > >> > > > On 1/7/07, De Soca < [EMAIL PROTECTED]> wrote: >> > > >> >> > > >> >> > > >> Hello, >> > > >> >> > > >> I am receiving the following error when I attempt to run the >> wizard >> > > >> sample >> > > >> included in wicket-examples, is this a known issue or is there >> > something >> > > >> else wrong. BTW the other samples in the app seem to run fine (the >> > one's >> > > >> I >> > > >> have tried at least): >> > > >> >> > > >> ERROR - WebRequestCycle - Error attaching this >> container >> for >> > > >> rendering: [MarkupContainer [Component id = buttons, page = >> > > >> wicket.examples.wizard.WizardPage, path = >> > > >> 1:wizard:form:buttons.WizardButtonBar, isVisible = true, >> isVersioned = >> > > >> false]] >> > > >> wicket.WicketRuntimeException: Error attaching this container for >> > > >> rendering: >> > > >> [MarkupContainer [Component id = buttons, page = >> > > >> wicket.examples.wizard.WizardPage, path = >> > > >> 1:wizard:form: buttons.WizardButtonBar, isVisible = true, >> isVersioned = >> > > >> false]] >> > > >> at >> > > >> >> > wicket.MarkupContainer.attachChildren(MarkupContainer.java:383) >> > > >> at wicket.Component.attach (Component.java:2807) >> > > >> at >> > > >> >> > wicket.MarkupContainer.attachChildren(MarkupContainer.java:372) >> > > >> at wicket.Component.attach(Component.java:2807) >> > > >> at >> > > >> >> > wicket.MarkupContainer.attachChildren(MarkupContainer.java:372) >> > > >> at wicket.Component.attach(Component.java:2807) >> > > >> at >> > > >> >> > wicket.MarkupContainer.attachChildren(MarkupContainer.java >> > :372) >> > > >> at wicket.Component.attach(Component.java:2807) >> > > >> at wicket.Page.renderPage(Page.java:1082) >> > > >> at >> > > >> >> > wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java >> > :171) >> > > >> at >> > > >> >> > wicket.request.target.component.PageRequestTarget.respond( >> > > >> PageRequestTarget.java:61) >> > > >> at >> > > >> >> > wicket.request.compound.DefaultResponseStrategy.respond >> > ( >> > > >> DefaultResponseStrategy.java:53) >> > > >> at >> > > >> >> > wicket.request.compound.AbstractCompoundRequestCycleProcessor.respond( >> > > >> AbstractCompoundRequestCycleProcessor.java:65) >> > > >> at >> > > >> >> > wicket.RequestCycle.doProcessEventsAndRespond(RequestCycle.java >> > > >> :944) >> > > >> at >> > wicket.RequestCycle.processEventsAndRespond(RequestCycle.java >> > > >> :973) >> > > >> at wicket.RequestCycle.step(RequestCycle.java:1054) >> > > >> at wicket.RequestCycle.steps(RequestCycle.java:1125) >> > > >> at wicket.RequestCycle.request(RequestCycle.java:470) >> > > >> at wicket.protocol.http.WicketFilter.doGet >> > (WicketFilter.java:232) >> > > >> at >> > 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.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:869) >> > > >> at >> > > >> >> > > >> >> > >> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection >> > > >> (Http11BaseProtocol.java:664) >> > > >> 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(Thread.java:613) >> > > >> Caused by: java.lang.IllegalStateException : wicket.Component has >> not >> > been >> > > >> properly attached. Something in the hierarchy of >> > > >> wicket.extensions.wizard.NextButton has not called >> > super.onAtach() in the >> > > >> override of onAttach() method >> > > >> at wicket.Component.attach(Component.java:2799) >> > > >> at >> > > >> >> > wicket.MarkupContainer.attachChildren(MarkupContainer.java:372) >> > > >> ... 33 more >> > > >> >> > > >> >> > > >> -------------------- snip ----------------------- >> > > >> >> > > >> Thanks De. >> > > >> -- >> > > >> View this message in context: >> > > >> >> > >> http://www.nabble.com/IllegalStateException-with-wizard-sample-2.0-tf2934593.html#a8204579 >> > > >> Sent from the Wicket - User mailing list archive at Nabble.com. >> > > >> >> > > >> >> > > >> >> > >> ------------------------------------------------------------------------- >> > > >> Take Surveys. Earn Cash. Influence the Future of IT >> > > >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share >> > > >> your >> > > >> opinions on IT & business topics through brief surveys - and earn >> cash >> > > >> >> > >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> > > >> _______________________________________________ >> > > >> Wicket-user mailing list >> > > >> [email protected] >> > > >> >> > https://lists.sourceforge.net/lists/listinfo/wicket-user >> > > >> >> > > > >> > > > >> > >> ------------------------------------------------------------------------- >> > > > Take Surveys. Earn Cash. Influence the Future of IT >> > > > Join SourceForge.net's Techsay panel and you'll get the chance to >> share >> > > > your >> > > > opinions on IT & business topics through brief surveys - and earn >> cash >> > > > >> > >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> > > > _______________________________________________ >> > > > Wicket-user mailing list >> > > > [email protected] >> > > > >> > https://lists.sourceforge.net/lists/listinfo/wicket-user >> > > > >> > > > >> > > >> > > -- >> > > View this message in context: >> > >> http://www.nabble.com/IllegalStateException-with-wizard-sample-2.0-tf2934593.html#a8204958 >> > > Sent from the Wicket - User mailing list archive at Nabble.com. >> > > >> > > >> > > >> > >> ------------------------------------------------------------------------- >> > > Take Surveys. Earn Cash. Influence the Future of IT >> > > Join SourceForge.net's Techsay panel and you'll get the chance to >> share >> > your >> > > opinions on IT & business topics through brief surveys - and earn >> cash >> > > >> > >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> > > _______________________________________________ >> > > Wicket-user mailing list >> > > [email protected] >> > > https://lists.sourceforge.net/lists/listinfo/wicket-user >> > > >> > >> > >> > >> ------------------------------------------------------------------------- >> > Take Surveys. Earn Cash. Influence the Future of IT >> > Join SourceForge.net's Techsay panel and you'll get the chance to share >> your >> > opinions on IT & business topics through brief surveys - and earn cash >> > >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> > >> > _______________________________________________ >> > Wicket-user mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/wicket-user >> > >> > >> > >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share >> your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Wicket-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/wicket-user >> > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- View this message in context: http://www.nabble.com/IllegalStateException-with-wizard-sample-2.0-tf2934593.html#a8210470 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
