Remove Facelets-related ALTERNATE_VIEW_HANDLER documentation
------------------------------------------------------------
Key: TRINIDAD-2018
URL: https://issues.apache.org/jira/browse/TRINIDAD-2018
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 2.0.0-beta-1
Reporter: Andy Schwartz
The Installation chapter in the Trinidad Developer's Guide recommends setting
the following context parameter:
<context-param>
<param-name>org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER</param-name>
<!-- TrinidadFaceletViewHander must be the alternate view handler if
SessionChangeManager is used -->
<param-value>org.apache.myfaces.trinidadinternal.facelets.TrinidadFaceletViewHandler</param-value>
</context-param>
However, as of JSF2:
1. This is no longer required. And...
2. Setting this produces a warning since TrinidadFaceletViewHandler no longer
exists.
We should update the doc to reflect this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.