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

Olaf Siefart commented on WICKET-4476:
--------------------------------------

I found two possible reasons for the not unique markup ids:

org.apache.wicket.markup.parser.filter.InlineEnclosureHandler:
--> Line number: 108
--> tag.getAttributes().put("id", tag.getId());

org.apache.wicket.markup.html.internal.InlineEnclosure
--> Line number: 64
--> setMarkupId(getId());

                
> Inline Enclosure generates not unique markup ids
> ------------------------------------------------
>
>                 Key: WICKET-4476
>                 URL: https://issues.apache.org/jira/browse/WICKET-4476
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.20
>         Environment: Java 6, Mac OS
>            Reporter: Olaf Siefart
>            Priority: Critical
>              Labels: enclosure, inline, markupid
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Using a repeater with nested inline enclosure i found identical markup ids in 
> the html markup, so ajax is not working properly. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to