You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/12/10 08:08:18 UTC

[jira] Commented: (WICKET-2606) Enclosure reports incorrect component id for missing components inside the enclosure

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

Igor Vaynberg commented on WICKET-2606:
---------------------------------------

the correct exception now reads:

WicketMessage: Could not find child with id: pageRank in the wicket:enclosure

Root cause:

org.apache.wicket.WicketRuntimeException: Could not find child with id: pageRank in the wicket:enclosure
at org.apache.wicket.markup.html.internal.Enclosure.checkChildComponent(Enclosure.java:220)
at org.apache.wicket.markup.html.internal.Enclosure.ensureAllChildrenPresent(Enclosure.java:262)
at org.apache.wicket.markup.html.internal.Enclosure.onComponentTagBody(Enclosure.java:169)

> Enclosure reports incorrect component id for missing components inside the enclosure
> ------------------------------------------------------------------------------------
>
>                 Key: WICKET-2606
>                 URL: https://issues.apache.org/jira/browse/WICKET-2606
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.4
>            Reporter: Douglas Ferguson
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.5
>
>         Attachments: testEnclosure.zip, testEnclosure2.zip
>
>
> enclosure always reports the id of the component specified as the child as the missing id no matter which component is missing.

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