Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-2634

Changing language during login results in a white page

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Top
    • Resolution: Cannot Reproduce
    • r2.06.04 (m13 - rc5)
    • r2.06.05 (m13 - rc6)
    • None
    • None

    Description

      • login into the cms
      • during the next 12 seconds change your mind about the language you want to use
      • switch to the other language
      • click login again
      • a white page is shown and a very long message is added to the console (see below)
      • using F5 will show the dashboard, but clicking on anything logs an error. Logout is also not possible

      28.05.2009 17:52:58 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1437] Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
      <!--

      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        org.apache.wicket.markup.MarkupException: Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:464)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1344)
        at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476)
        at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639)
        at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112)
        at org.apache.wicket.Component.renderComponent(Component.java:2480)
        at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297)
        at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427)
        at org.apache.wicket.Page.onRender(Page.java:1470)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.Page.renderPage(Page.java:904)
        at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163)
        at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58)
        at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104)
        at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181)
        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252)
        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353)
        at org.apache.wicket.RequestCycle.request(RequestCycle.java:493)
        at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355)
        at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
        at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
        at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:843)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:648)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
        at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
        28.05.2009 17:53:06 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1437] Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        org.apache.wicket.markup.MarkupException: Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:464)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1344)
        at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476)
        at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639)
        at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112)
        at org.apache.wicket.Component.renderComponent(Component.java:2480)
        at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297)
        at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427)
        at org.apache.wicket.Page.onRender(Page.java:1470)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.Page.renderPage(Page.java:904)
        at org.apache.wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:163)
        at org.apache.wicket.request.target.component.PageRequestTarget.respond(PageRequestTarget.java:58)
        at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104)
        at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181)
        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252)
        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353)
        at org.apache.wicket.RequestCycle.request(RequestCycle.java:493)
        at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355)
        at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
        at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
        at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:843)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:648)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
        at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)

      28.05.2009 17:53:25 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1437] Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
      <!--

      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        org.apache.wicket.markup.MarkupException: Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:464)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1344)
        at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476)
        at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639)
        at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112)
        at org.apache.wicket.Component.renderComponent(Component.java:2480)
        at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297)
        at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427)
        at org.apache.wicket.Page.onRender(Page.java:1470)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.Page.renderPage(Page.java:904)
        at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:231)
        at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104)
        at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181)
        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252)
        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353)
        at org.apache.wicket.RequestCycle.request(RequestCycle.java:493)
        at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355)
        at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
        at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
        at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
        28.05.2009 17:53:50 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1437] Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        org.apache.wicket.markup.MarkupException: Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:464)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1344)
        at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476)
        at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639)
        at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112)
        at org.apache.wicket.Component.renderComponent(Component.java:2480)
        at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297)
        at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427)
        at org.apache.wicket.Page.onRender(Page.java:1470)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.Page.renderPage(Page.java:904)
        at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:231)
        at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104)
        at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181)
        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252)
        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353)
        at org.apache.wicket.RequestCycle.request(RequestCycle.java:493)
        at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355)
        at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
        at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
        at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
        28.05.2009 17:54:15 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1437] Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        org.apache.wicket.markup.MarkupException: Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:464)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1344)
        at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476)
        at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639)
        at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112)
        at org.apache.wicket.Component.renderComponent(Component.java:2480)
        at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297)
        at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427)
        at org.apache.wicket.Page.onRender(Page.java:1470)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.Page.renderPage(Page.java:904)
        at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:231)
        at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104)
        at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181)
        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252)
        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353)
        at org.apache.wicket.RequestCycle.request(RequestCycle.java:493)
        at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355)
        at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
        at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
        at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
        28.05.2009 17:54:39 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1437] Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        org.apache.wicket.markup.MarkupException: Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:464)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1344)
        at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476)
        at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639)
        at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112)
        at org.apache.wicket.Component.renderComponent(Component.java:2480)
        at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297)
        at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427)
        at org.apache.wicket.Page.onRender(Page.java:1470)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.Page.renderPage(Page.java:904)
        at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:231)
        at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104)
        at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181)
        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252)
        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353)
        at org.apache.wicket.RequestCycle.request(RequestCycle.java:493)
        at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355)
        at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
        at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
        at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
        28.05.2009 17:55:03 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1437] Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        org.apache.wicket.markup.MarkupException: Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:464)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1344)
        at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476)
        at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639)
        at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112)
        at org.apache.wicket.Component.renderComponent(Component.java:2480)
        at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297)
        at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427)
        at org.apache.wicket.Page.onRender(Page.java:1470)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.Page.renderPage(Page.java:904)
        at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:231)
        at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104)
        at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181)
        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252)
        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353)
        at org.apache.wicket.RequestCycle.request(RequestCycle.java:493)
        at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355)
        at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
        at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
        at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
        28.05.2009 17:55:28 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1437] Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        org.apache.wicket.markup.MarkupException: Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:464)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1344)
        at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476)
        at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639)
        at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112)
        at org.apache.wicket.Component.renderComponent(Component.java:2480)
        at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297)
        at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427)
        at org.apache.wicket.Page.onRender(Page.java:1470)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.Page.renderPage(Page.java:904)
        at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:231)
        at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104)
        at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181)
        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252)
        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353)
        at org.apache.wicket.RequestCycle.request(RequestCycle.java:493)
        at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355)
        at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
        at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
        at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
        28.05.2009 17:55:52 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1437] Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        org.apache.wicket.markup.MarkupException: Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:464)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1344)
        at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476)
        at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639)
        at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112)
        at org.apache.wicket.Component.renderComponent(Component.java:2480)
        at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297)
        at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427)
        at org.apache.wicket.Page.onRender(Page.java:1470)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.Page.renderPage(Page.java:904)
        at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:231)
        at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104)
        at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181)
        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252)
        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353)
        at org.apache.wicket.RequestCycle.request(RequestCycle.java:493)
        at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355)
        at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
        at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
        at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
        28.05.2009 17:56:16 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1437] Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        org.apache.wicket.markup.MarkupException: Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:464)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1344)
        at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476)
        at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639)
        at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112)
        at org.apache.wicket.Component.renderComponent(Component.java:2480)
        at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297)
        at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427)
        at org.apache.wicket.Page.onRender(Page.java:1470)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.Page.renderPage(Page.java:904)
        at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:231)
        at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104)
        at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181)
        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252)
        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353)
        at org.apache.wicket.RequestCycle.request(RequestCycle.java:493)
        at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355)
        at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
        at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
        at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
        28.05.2009 17:56:40 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1437] Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        org.apache.wicket.markup.MarkupException: Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:464)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1344)
        at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476)
        at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639)
        at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112)
        at org.apache.wicket.Component.renderComponent(Component.java:2480)
        at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297)
        at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427)
        at org.apache.wicket.Page.onRender(Page.java:1470)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.Page.renderPage(Page.java:904)
        at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:231)
        at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104)
        at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181)
        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252)
        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353)
        at org.apache.wicket.RequestCycle.request(RequestCycle.java:493)
        at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355)
        at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
        at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
        at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
        28.05.2009 17:57:04 ERROR [org.apache.wicket.RequestCycle.logRuntimeException():1437] Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        org.apache.wicket.markup.MarkupException: Unable to find component with id 'extension.feedback' in [MarkupContainer [Component id = root]]. This means that you declared wicket:id=extension.feedback 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:/oss/hippo/hippo-ecm-trunk/quickstart/war/target/work/webapp/layout/WEB-INF/default/org/hippoecm/frontend/plugins/cms/root/RootPlugin.html
        <!--
      • Copyright 2008 Hippo
        *
      • Licensed under the Apache License, Version 2.0 (the "License");
      • you may not use this file except in compliance with the License.
      • You may obtain a copy of the License at
        *
      • http://www.apache.org/licenses/LICENSE-2.0
        *
      • Unless required by applicable law or agreed to in writing, software
      • distributed under the License is distributed on an "AS IS" BASIS,
      • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      • See the License for the specific language governing permissions and
      • limitations under the License.
        -->
        <html xmlns:yui="http://www.hippoecm.org/frontend/yui">
        <wicket:head>
        <title>Hippo CMS 7</title>
        <link rel="shortcut icon" type="image/x-icon" href="skin/images/hippo-cms.ico"/>
        </wicket:head>
        <wicket:panel>
        <div class="hippo-root-cms" id="doc3">
        <div id="hd">
        <div class="headerplugin" wicket:id="extension.header">[header here]</div>
        </div>
        <div id="bd">
        <div id="yui-main">
        <div class="yui-b">
        <div class="centerplugin" wicket:id="extension.center">[center here]</div>
        </div>
        </div>
        </div>
        <div id="ft">
        <div class="footerplugin" wicket:id="extension.footer">[footer here]</div>
        </div>
        </div>
        <div wicket:id="extension.search">[search box]</div>
        <div class="hideme" wicket:id="pinger">[Prevents session timeouts]</div>
        <div wicket:id="extension.feedback">[ Feedback extension ]</div>
        </wicket:panel>
        </html>
        , index = 31, current = '<div wicket:id="extension.feedback">' (line 39, column 7)]
        at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:464)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1344)
        at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476)
        at org.apache.wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:639)
        at org.apache.wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:112)
        at org.apache.wicket.Component.renderComponent(Component.java:2480)
        at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1411)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1297)
        at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1427)
        at org.apache.wicket.Page.onRender(Page.java:1470)
        at org.apache.wicket.Component.render(Component.java:2317)
        at org.apache.wicket.Page.renderPage(Page.java:904)
        at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:231)
        at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104)
        at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1181)
        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1252)
        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1353)
        at org.apache.wicket.RequestCycle.request(RequestCycle.java:493)
        at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:355)
        at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:200)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
        at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
        at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:829)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
        at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)

      Attachments

        Activity

          People

            Unassigned Unassigned
            bvdschans Bart van der Schans (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: