onBeforeRender not called for components inside a transparent resolver 
refreshed with an AJAX request
-----------------------------------------------------------------------------------------------------

                 Key: WICKET-2883
                 URL: https://issues.apache.org/jira/browse/WICKET-2883
             Project: Wicket
          Issue Type: Bug
            Reporter: Emond Papegaaij
         Attachments: quickstart.tar.bz2

The quickstart demonstrates the problem. onBeforeRender is not called on the 
label (which markup is placed inside the transparent resolver) when the button 
is clicked, while the label is rendered. The problem is that 
MarkupContainer.onBeforeRenderChildren only iterates over its children, which 
does not include the label (it is added to the parent).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to