Bugs item #1446617, was opened at 2006-03-10 02:36 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1446617&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: core Group: 1.2 Status: Open Resolution: None Priority: 5 Submitted By: Yuuki (y_kiyushito) Assigned to: Nobody/Anonymous (nobody) Summary: CAPITAL body tag Initial Comment: If html has capital <BODY> tag. Wicket-1.2 beta1 retrun following message. I confirmed not to happen on changing body tag to small charactors. ------------------------------------------------ Root cause:wicket.markup.MarkupException: Unable to find component with id '_body' in [Page class = system.Shipping, id = 0]. This means that you declared wicket:id=_body in your markup, but that you either did not add the component to your page at all, or that the hierarchy does not match.[markup = file:/U:/workspace/KKF/build/web/system/Shipping.html, index = 7, current = '<BODY leftMargin="0" topMargin="10" marginheight="10" marginwidth="0">' (line 6, column 1)] at wicket.markup.MarkupStream.throwMarkupException (MarkupStream.java:288) at wicket.MarkupContainer.renderNext (MarkupContainer.java:1268) at wicket.MarkupContainer.renderAll (MarkupContainer.java:840) at wicket.Page.onRender (Page.java:848) at wicket.Component.render (Component.java:1519) at wicket.Page.doRender (Page.java:390) at wicket.request.target.component.BookmarkablePageReques tTarget.respond (BookmarkablePageRequestTarget.java:224) at wicket.request.compound.DefaultResponseStrategy.respon d(DefaultResponseStrategy.java:49) at wicket.request.compound.AbstractCompoundRequestCyclePr ocessor.respond (AbstractCompoundRequestCycleProcessor.java:66) at wicket.RequestCycle.doProcessEventsAndRespond (RequestCycle.java:824) at wicket.RequestCycle.processEventsAndRespond (RequestCycle.java:851) at wicket.RequestCycle.step(RequestCycle.java:931) at wicket.RequestCycle.steps (RequestCycle.java:1005) at wicket.RequestCycle.request (RequestCycle.java:451) at wicket.protocol.http.WicketServlet.doGet (WicketServlet.java:212) at javax.servlet.http.HttpServlet.service (HttpServlet.java:689) at javax.servlet.http.HttpServlet.service (HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.intern alDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilt er(ApplicationFilterChain.java:173) at org.netbeans.modules.web.monitor.server.MonitorFilter. doFilter(MonitorFilter.java:362) at org.apache.catalina.core.ApplicationFilterChain.intern alDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilt er(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:856) at org.apache.coyote.http11.Http11Protocol$Http11Connecti onHandler.processConnection (Http11Protocol.java:744) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSock et(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread. runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunna ble.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1446617&group_id=119783 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
