You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2007/12/01 11:38:43 UTC

[jira] Resolved: (WICKET-1188) bug when located as first level son of a non transparent border

     [ https://issues.apache.org/jira/browse/WICKET-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-1188.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-rc2

thanks. has been fixed

> <wicket:enclosure child="xxx"> bug when located as first level son of a non transparent border 
> -----------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1188
>                 URL: https://issues.apache.org/jira/browse/WICKET-1188
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>            Reporter: Antoine Angénieux
>            Assignee: Juergen Donnerstag
>             Fix For: 1.3.0-rc2
>
>
> I can't tell since extacly for which version this does not work, or if it's a long time bug, but it does not work the current trunk (27 nov 2007).
> Example markup :
> <!-- This is a non transparent border -->
> <span wicket:id="actionsBorder">
>    <wicket:enclosure child="newLink">
>       <div class="action">
>          <a wicket:id="newLink"><img wicket:id="newButton" /></a>
>       </div>
>    </wicket:enclosure>
> </span>
> always throws a MarkupException during onComponentTagBody method of Enclosure class.
> It seems that the child lookup based on the 'child' parameter of the Enclosure tag is erroneous : when it asks its parent to resolve the component with childId, it only finds the Enclosure element, thus failing to locate the child BELOW enclosure.

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