Description
We discovered an old issue with how behaviors are marked as rendered while reviewing https://github.com/apache/wicket/pull/512.
We mark a pair of Component+Behavior as rendered, but the check if a behavior was already rendered only tests for the behavior itself.
Attachments
Issue Links
- is caused by
-
WICKET-4570 Shared Behavior's renderHead method called only for one component, not for all of them
- Resolved
- links to