Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.6-core, 1.2.6-core
-
None
-
None
Description
CoreRenderKit assumes that the html_basic will be processed completely before CoreRenderKit is instantiated.
However, the fix for issue 683 (JSF RI) processes all of the render kits first and only collects the renderers for later processing. This breaks the trinidad assumption.
The workaround is making the CoreRenderKit a REnderKitDecorator, which just decorates html_basic. RenderKitDecorator finds/registers renderers from the decorated render kit on demand rather than up front, providing protection from faces-config render kit loading ordering issues.