Description
We discovered a limitation in the number of stylesheets IE allows on a page. This includes objects declared using a <link ..> tag as well as objects declared using <style ..> tags.
This limitation shows itself because we have a pluggable architecture where each plugin or addon often comes with its own css file that is loaded dynamically whenever the plugin is first loaded.
I've implemented a work around for wicket that has also been reported to the wicket project:
https://issues.apache.org/jira/browse/WICKET-4254