ams-tschoening opened a new pull request #457: URL: https://github.com/apache/wicket/pull/457
The current implementation of AbstractTransformerBehavior replaces responses and [doesn't properly take into account](https://issues.apache.org/jira/projects/WICKET/issues/WICKET-6823) use cases in which multiple instances doing the same are assigned to the same component. This adds a container for those use cases to combine all those transformers into one dealing with replacing the responses instead. While that container needs to be used explicitly, it's the easiest implementation to workaround the current limitations. The container is embedded into `AbstractTransformerBehavior`, because it's small overall, can easily be spotted this way by users and I wasn't too sure about a good alternative name anyway. There would be many possibilities like `TransformerBehaviors`, `TransformerBehavior[Container|Multi]`, `MultiTransformerBehavior` etc. This PR is based on wicket-8.x instead of master, because that is what I'm using currently and the only thing I'm able to test and build right now. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org