Looks good.
-- Blake
Max Starets (JIRA) said the following On 5/21/2009 8:46 AM PT:
[ https://issues.apache.org/jira/browse/TRINIDAD-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711659#action_12711659 ]
Max Starets commented on TRINIDAD-1482:
---------------------------------------
Please do not commit until the fix is reviewed by Blake
Facelets: cannot use "facelets.VIEW_MAPPINGS" with logical view handled by
PageResolver
---------------------------------------------------------------------------------------
Key: TRINIDAD-1482
URL: https://issues.apache.org/jira/browse/TRINIDAD-1482
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.2.11-core
Reporter: Max Starets
Attachments: trinidad.patch
Unfortunately, Facelets provides no hook for plugging the PageResolver into the logic handling "facelets.VIEW_MAPPINGS".
The only possible fix for this at the moment for us is to define our own context parameter and check for the extension/prefix mapping
match in TrinidadFaceletViewHandler.
We will recommend that our users leave "facelets.VIEW_MAPPINGS" unset and use "org.apache.myfaces.trinidad.FACELETS_VIEW_MAPPINGS" instead.