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

Martin Grigorov commented on WICKET-3719:
-----------------------------------------

The test case is 
org.apache.wicket.markup.html.TransparentWebMarkupContainerTest.bug_testAjaxUpdate(),
 remove 'bug_' from the method name to be able to start it.

> Component's markup cannot be found in Ajax requests if the parent is 
> transparent
> --------------------------------------------------------------------------------
>
>                 Key: WICKET-3719
>                 URL: https://issues.apache.org/jira/browse/WICKET-3719
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.5-RC4
>            Reporter: Martin Grigorov
>
> When TransparentWebMarkupContainer is used an inner markup container cannot 
> find its markup on Ajax updates.
> The problem seems to be caused by the fact that ComponentResolvers#resolve() 
> is not executed and since there is transparent container involved 
> Markup.find(String) cannot find the markup for non-transparent markup 
> containers.
> I'll commit a disabled test case that shows the problem. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to