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