You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Douglas Ferguson (JIRA)" <ji...@apache.org> on 2009/12/03 22:46:20 UTC

[jira] Commented: (WICKET-2506) Regression: "Could not find child with id: in the wicket:enclosure" for non-component tag

    [ https://issues.apache.org/jira/browse/WICKET-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785547#action_12785547 ] 

Douglas Ferguson commented on WICKET-2506:
------------------------------------------

I just upgrade to 1.4.3 and experienced this issue.

> Regression: "Could not find child with id: <ID> in the wicket:enclosure" for non-component tag
> ----------------------------------------------------------------------------------------------
>
>                 Key: WICKET-2506
>                 URL: https://issues.apache.org/jira/browse/WICKET-2506
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.2
>            Reporter: Marat Radchenko
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4.3, 1.5-M1
>
>         Attachments: enclosure-bug.tar.gz
>
>
> Attached testcase passes with wicket-1.4.1 but fails with 1.4.2 saying:
> org.apache.wicket.WicketRuntimeException: Could not find child with id: radio in the wicket:enclosure
> 	at org.apache.wicket.markup.html.internal.Enclosure.checkChildComponent(Enclosure.java:210)
> 	at org.apache.wicket.markup.html.internal.Enclosure.ensureAllChildrenPresent(Enclosure.java:249)
> 	at org.apache.wicket.markup.html.internal.Enclosure.onComponentTagBody(Enclosure.java:169)
> 	at org.apache.wicket.Component.renderComponent(Component.java:2626)
> 	at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1512)
> 	at org.apache.wicket.Component.render(Component.java:2457)
> 	at org.apache.wicket.MarkupContainer.autoAdd(MarkupContainer.java:229)
> 	at org.apache.wicket.markup.resolver.EnclosureResolver.resolve(EnclosureResolver.java:61)
> 	at org.apache.wicket.markup.resolver.ComponentResolvers.resolve(ComponentResolvers.java:81)
> 	at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1418)
> 	at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1577)
> 	at org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1501)
> 	at org.apache.wicket.Component.renderComponent(Component.java:2626)
> 	at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1512)
> 	at org.apache.wicket.Component.render(Component.java:2457)
> 	at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1414)
> 	at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1528)
> 	at org.apache.wicket.Page.onRender(Page.java:1545)
> 	at org.apache.wicket.Component.render(Component.java:2457)
> 	at org.apache.wicket.Page.renderPage(Page.java:914)
> 	at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:262)
> 	at org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:105)
> 	at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1258)
> 	at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)
> 	at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428)
> 	at org.apache.wicket.RequestCycle.request(RequestCycle.java:594)
> 	at org.apache.wicket.protocol.http.MockWebApplication.processRequestCycle(MockWebApplication.java:478)
> 	at org.apache.wicket.protocol.http.MockWebApplication.processRequestCycle(MockWebApplication.java:390)
> 	at org.apache.wicket.util.tester.BaseWicketTester.startPage(BaseWicketTester.java:300)
> 	at org.apache.wicket.EnclosurePageTest.testRender(EnclosurePageTest.java:23)
> 	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:597)
> 	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 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:597)
> 	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
> 	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
> 	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
> 	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
> 	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:597)
> 	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
> 	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.