[
https://issues.apache.org/jira/browse/TRINIDAD-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Robinson resolved TRINIDAD-1533.
---------------------------------------
Resolution: Fixed
Fix Version/s: 1.2.12-core
> Add getViewMap methods to RequestContext that will be available in JSF 2.0 on
> the UIViewRoot
> --------------------------------------------------------------------------------------------
>
> Key: TRINIDAD-1533
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1533
> Project: MyFaces Trinidad
> Issue Type: Improvement
> Components: Components
> Affects Versions: 1.2.11-core
> Reporter: Andrew Robinson
> Assignee: Andrew Robinson
> Priority: Minor
> Fix For: 1.2.12-core
>
>
> It would be handy for me to have the getViewMap methods present in Trinidad
> that are planned to be in JSF 2.0's UIViewRoot API:
> 1. public java.util.Map<java.lang.String,java.lang.Object> getViewMap()
> 2. public java.util.Map<java.lang.String,java.lang.Object>
> getViewMap(boolean create)
> These can be added to Trinidad's RequestContext with a custom implementation.
> Once Trinidad goes to JSF2, these methods can simply point to the methods on
> the UIViewRoot.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.