You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Prakash Udupa N (JIRA)" <de...@myfaces.apache.org> on 2009/04/24 00:16:30 UTC

[jira] Created: (TRINIDAD-1459) Add support for Change Manager (customization) feature for Facelets mode

Add support for Change Manager (customization) feature for Facelets mode
------------------------------------------------------------------------

                 Key: TRINIDAD-1459
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1459
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Facelets
    Affects Versions:  1.2.12-core
            Reporter: Prakash Udupa N


Customization/personalization changes stored via the org.apache.myfaces.trinidad.change.SessionChangeManager need to be applied when the view tree is created. This implementation is in the tag handler, and so does not work for Facelets. We need to hook this up right at the point when a stable component/view tree is built and is hanging off view root.
We might need to provide a view handler implementation extending the Facelet's view handler, and hook this up. I'll provide a patch soon.

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


[jira] Updated: (TRINIDAD-1459) Add support for Change Manager (customization) feature for Facelets mode

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

Prakash Udupa N updated TRINIDAD-1459:
--------------------------------------

    Status: Patch Available  (was: Open)

> Add support for Change Manager (customization) feature for Facelets mode
> ------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1459
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1459
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Facelets
>    Affects Versions:  1.2.12-core
>            Reporter: Prakash Udupa N
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Customization/personalization changes stored via the org.apache.myfaces.trinidad.change.SessionChangeManager need to be applied when the view tree is created. This implementation is in the tag handler, and so does not work for Facelets. We need to hook this up right at the point when a stable component/view tree is built and is hanging off view root.
> We might need to provide a view handler implementation extending the Facelet's view handler, and hook this up. I'll provide a patch soon.

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


[jira] Updated: (TRINIDAD-1459) Add support for Change Manager (customization) feature for Facelets mode

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

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

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

> Add support for Change Manager (customization) feature for Facelets mode
> ------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1459
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1459
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Facelets
>    Affects Versions:  1.2.12-core
>            Reporter: Prakash Udupa N
>            Assignee: Matthias Weßendorf
>             Fix For:  1.2.12-core
>
>         Attachments: Facelet_CM_Support_1_2_11_3_Branch.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Customization/personalization changes stored via the org.apache.myfaces.trinidad.change.SessionChangeManager need to be applied when the view tree is created. This implementation is in the tag handler, and so does not work for Facelets. We need to hook this up right at the point when a stable component/view tree is built and is hanging off view root.
> We might need to provide a view handler implementation extending the Facelet's view handler, and hook this up. I'll provide a patch soon.

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