Hi guys,

We have one failing test in wicket-examples:

wicket.examples.displaytag.list.SortableTableHeadersTest.testPagedTable()

Could someone please take a look at that?

Eelco


wicket.WicketRuntimeException: wicket.markup.MarkupException: The
markup file must not contain the same wicket:id at the same level:
actionLink
        at 
wicket.protocol.http.MockWebApplication.processRequestCycle(MockWebApplication.java:310)
        at 
wicket.examples.displaytag.list.SortableTableHeadersTest.testPagedTable(SortableTableHeadersTest.java:95)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
Caused by: wicket.markup.MarkupException: The markup file must not
contain the same wicket:id at the same level: actionLink
        at wicket.Page.componentRendered(Page.java:861)
        at wicket.Component.rendered(Component.java:1314)
        at wicket.Component.render(Component.java:1235)
        at wicket.MarkupContainer.renderNext(MarkupContainer.java:1169)
        at 
wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:832)
        at 
wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:475)
        at wicket.markup.html.border.Border.onComponentTagBody(Border.java:233)
        at wicket.Component.renderComponent(Component.java:1292)
        at 
wicket.markup.html.WebMarkupContainer.onRender(WebMarkupContainer.java:80)
        at wicket.Component.render(Component.java:1232)
        at wicket.MarkupContainer.renderNext(MarkupContainer.java:1169)
        at 
wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:832)
        at wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:753)
        at wicket.Component.renderComponent(Component.java:1292)
        at 
wicket.markup.html.WebMarkupContainer.onRender(WebMarkupContainer.java:80)
        at 
wicket.examples.displaytag.list.SortableListViewHeaders.onRender(SortableListViewHeaders.java:137)
        at wicket.Component.render(Component.java:1232)
        at 
wicket.markup.html.BodyOnLoadContainer.resolve(BodyOnLoadContainer.java:106)
        at wicket.MarkupContainer.renderNext(MarkupContainer.java:1192)
        at 
wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:832)
        at wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:753)
        at wicket.Component.renderComponent(Component.java:1292)
        at 
wicket.markup.html.WebMarkupContainer.onRender(WebMarkupContainer.java:80)
        at wicket.Component.render(Component.java:1232)
        at wicket.MarkupContainer.renderNext(MarkupContainer.java:1169)
        at wicket.MarkupContainer.renderAll(MarkupContainer.java:779)
        at wicket.Page.onRender(Page.java:798)
        at wicket.Component.render(Component.java:1232)
        at wicket.Page.doRender(Page.java:263)
        at 
wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:276)
        at wicket.RequestCycle.respond(RequestCycle.java:942)
        at wicket.RequestCycle.request(RequestCycle.java:414)
        at 
wicket.protocol.http.MockWebApplication.processRequestCycle(MockWebApplication.java:273)
        ... 22 more


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to