You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/10/17 10:12:22 UTC

[jira] Assigned: (WICKET-3111) TransparentWebMarkupContainer appears magically for html elements without 'wicket:id' but with 'href' attribute

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

Martin Grigorov reassigned WICKET-3111:
---------------------------------------

    Assignee: Juergen Donnerstag

Hi Juergen,

Can you review the attached patch?
All unit tests pass successfully.
The quickstart works OK on 1.4-SNAPSHOT without any modifications.

I'll transform the quickstart app to unit test in the meantime.

> 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
>         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.