[
https://issues.apache.org/jira/browse/TRINIDAD-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Weßendorf resolved TRINIDAD-973.
-----------------------------------------
Resolution: Fixed
Fix Version/s: 1.2.7-core
1.0.7-core
committed fix to trunks
> 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.0.6-core, 1.2.6-core
> Reporter: Matthias Weßendorf
> Assignee: Matthias Weßendorf
> Fix For: 1.0.7-core, 1.2.7-core
>
> Attachments: RenderKitDecorate.patch
>
>
> 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.