Jesse Long created WICKET-4629:
----------------------------------

             Summary: AbstractLink does not call getBody to get its body
                 Key: WICKET-4629
                 URL: https://issues.apache.org/jira/browse/WICKET-4629
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.5.7, 6.0.0-beta2
            Reporter: Jesse Long
            Priority: Minor


AbstractLink#getBody() is not final, and can be overridded, but 
AbstractLink#onComponentTagBody() does not call it. Instead it references the 
bodyModel set by the setBody() method.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to