Make CoreRenderKit a REnderKitDecorator
---------------------------------------
Key: TRINIDAD-973
URL: https://issues.apache.org/jira/browse/TRINIDAD-973
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.2.6-core, 1.0.6-core
Reporter: Matthias Weßendorf
Assignee: Matthias Weßendorf
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.