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

Martin Grigorov resolved WICKET-5137.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.7.0

Improved by removing the CDATA for the <component>'s.
The <component> attributes (the id) are also removed because the id is often 
the same as the HTML element inside the <component> and we need getTagById() to 
return the HTML element, not the <component>
                
> Improve TagTester support for Ajax responses
> --------------------------------------------
>
>                 Key: WICKET-5137
>                 URL: https://issues.apache.org/jira/browse/WICKET-5137
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.6.0
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 6.7.0
>
>
> org.apache.wicket.util.tester.TagTester#createTagByAttribute does not work 
> for Ajax responses because the HTML elements are inside CDATA and thus 
> ignored by XmlPullParser.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to