[
https://issues.apache.org/jira/browse/PORTLETBRIDGE-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Freedman resolved PORTLETBRIDGE-167.
--------------------------------------------
Fix Version/s: 2.0.0-beta
Resolution: Fixed
Added the implementation
> Portlet 2.0 Bridge: update impl to support spec change for config of
> defaultRenderKitId
> ---------------------------------------------------------------------------------------
>
> Key: PORTLETBRIDGE-167
> URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-167
> Project: MyFaces Portlet Bridge
> Issue Type: Bug
> Components: Impl
> Affects Versions: 2.0.0-beta
> Reporter: Michael Freedman
> Assignee: Michael Freedman
> Fix For: 2.0.0-beta
>
>
> Spec was recently updated to define support for ability of GFP to read a
> portlet init parameter (javax.portlet.faces.defaultrenderKitId). And as a
> side effect add a new public method getDefaultRenderKitId(). The GFP init()
> calls this method (which by default reads from the portlet.xml init param)
> and sets a portlet context attribute (namespaced by the portlet) so the
> bridge will know to override any default in the faces-config.xml. The bridge
> is then supposed to recognize this context attribute and on every request (if
> it exists) to expose the ResposneStateManger.RENDER_KIT_ID_PARAM as a
> parameter in the ExternalContexts param maps with the provided value. This
> is only done if the request doesn't already contain this parameter.
> Anyway -- need to update the GFP/ExternalContextImpl/Bridge impl to support
> this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.