You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Max Starets (JIRA)" <de...@myfaces.apache.org> on 2009/05/21 17:38:45 UTC

[jira] Created: (TRINIDAD-1482) Facelets: cannot use "facelets.VIEW_MAPPINGS" with logical view handled by PageResolver

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


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TRINIDAD-1482) Facelets: cannot use "facelets.VIEW_MAPPINGS" with logical view handled by PageResolver

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711657#action_12711657 ] 

Matthias Weßendorf commented on TRINIDAD-1482:
----------------------------------------------

Do you mind to provide some documentation for this ?
(e.g. XDOC ?)

> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (TRINIDAD-1482) Facelets: cannot use "facelets.VIEW_MAPPINGS" with logical view handled by PageResolver

Posted by Blake Sullivan <bl...@oracle.com>.
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.
>>     
>
>   


[jira] Commented: (TRINIDAD-1482) Facelets: cannot use "facelets.VIEW_MAPPINGS" with logical view handled by PageResolver

Posted by "Max Starets (JIRA)" <de...@myfaces.apache.org>.
    [ 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TRINIDAD-1482) Facelets: cannot use "facelets.VIEW_MAPPINGS" with logical view handled by PageResolver

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated TRINIDAD-1482:
-----------------------------------------

       Resolution: Fixed
    Fix Version/s:  1.2.12-core
         Assignee: Matthias Weßendorf
           Status: Resolved  (was: Patch Available)

> 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
>            Assignee: Matthias Weßendorf
>             Fix For:  1.2.12-core
>
>         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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TRINIDAD-1482) Facelets: cannot use "facelets.VIEW_MAPPINGS" with logical view handled by PageResolver

Posted by "Max Starets (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711707#action_12711707 ] 

Max Starets commented on TRINIDAD-1482:
---------------------------------------

Reviewed by Blake. Good to go.

> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TRINIDAD-1482) Facelets: cannot use "facelets.VIEW_MAPPINGS" with logical view handled by PageResolver

Posted by "Max Starets (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Starets updated TRINIDAD-1482:
----------------------------------

    Status: Patch Available  (was: Open)

> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.