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

Juergen Donnerstag commented on WICKET-3719:
--------------------------------------------

I enabled the test case but don't get any error. All tests including 
testAjaxUpdate() are successful. Could you please verify and either update the 
test case or close it. Thanks.


> 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
>            Assignee: Juergen Donnerstag
>             Fix For: 1.5-RC5
>
>         Attachments: WICKET-3719.patch
>
>
> 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