Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.5.7, 6.0.0-beta2
-
None
Description
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.