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

Hudson commented on WICKET-3111:
--------------------------------

Integrated in Apache Wicket 1.5.x #412 (See 
[https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/412/])
    WICKET-3111 TransparentWebMarkupContainer appears magically for html 
elements without 'wicket:id' but with 'href' attribute

Add test case for Panel with <a href="..."/> for which an auto component is 
added (TransparentWebMarkupContainer) and this causes that the any inner 
ComponentTags cannot be found with MarkupFragment#find(String childId)
fixed: TransparentWebMarkupContainer appears magically for html elements 
without 'wicket:id' but with 'href' attribute
Issue: WICKET-3111


> TransparentWebMarkupContainer appears magically for html elements without 
> 'wicket:id' but with 'href' attribute 
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3111
>                 URL: https://issues.apache.org/jira/browse/WICKET-3111
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M2.1
>            Reporter: Martin Grigorov
>            Assignee: Juergen Donnerstag
>             Fix For: 1.5-M3
>
>         Attachments: WICKET-3111.patch, wicket-3111.tgz
>
>
> If in a Panel there is a <a> element with specified 'href' attribute but 
> without 'wicket:id' then Wicket creates automatically 
> TransparentWebMarkupContainer (respectfully a ComponentTag for it) for it and 
> this causes problems with finding the inner real ComponentTag's.
> See attached quickstart.

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

Reply via email to