AjaxLazyLoadPanel do not respect especific projects components configuration
----------------------------------------------------------------------------

                 Key: WICKET-2468
                 URL: https://issues.apache.org/jira/browse/WICKET-2468
             Project: Wicket
          Issue Type: Wish
          Components: wicket-extensions
    Affects Versions: 1.4.1
            Reporter: Pedro Santos


AjaxLazyLoadPanel about line 73:

AjaxLazyLoadPanel.this.replace(component.setRenderBodyOnly(true));

call the component method setRenderBodyOnly setting it to true. The component 
that was lazy load on my project, for example, can't have this property changed 
to true. As this behavior are an frozen spot, I have to copy/paste the class 
code to change this only line, and get my configuration persisted.
My wish is that the AjaxLazyLoadPanel respect the component configuration that 
is pased to him.

-- 
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