You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Koci (JIRA)" <de...@myfaces.apache.org> on 2010/02/09 10:11:28 UTC

[jira] Created: (MYFACES-2540) Facelets server state saving does not work

Facelets server state saving does not work
------------------------------------------

                 Key: MYFACES-2540
                 URL: https://issues.apache.org/jira/browse/MYFACES-2540
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.0.0-beta-2
         Environment: myfaces core trunk
            Reporter: Martin Koci


Facelets server state saving does not work:  StateManager.saveView in not called during ViewDeclarationLanguage.renderView in case of server state saving. Please  see attached patch for details.

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


[jira] Commented: (MYFACES-2540) Facelets server state saving does not work

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832218#action_12832218 ] 

Leonardo Uribe commented on MYFACES-2540:
-----------------------------------------

I attached a patch with a modification about where it should be called stateMgr.saveView(context). This form is preferred because it is only called when it is necessary. The other way call it even in cases where we have pages that does not write the state token.

> Facelets server state saving does not work
> ------------------------------------------
>
>                 Key: MYFACES-2540
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2540
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0-beta-2
>         Environment: myfaces core trunk
>            Reporter: Martin Koci
>         Attachments: MYFACES-2540-2.patch, MYFACES-2540.patch
>
>
> Facelets server state saving does not work:  StateManager.saveView in not called during ViewDeclarationLanguage.renderView in case of server state saving. Please  see attached patch for details.

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


[jira] Updated: (MYFACES-2540) Facelets server state saving does not work

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

Martin Koci updated MYFACES-2540:
---------------------------------

    Status: Patch Available  (was: Open)

> Facelets server state saving does not work
> ------------------------------------------
>
>                 Key: MYFACES-2540
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2540
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0-beta-2
>         Environment: myfaces core trunk
>            Reporter: Martin Koci
>         Attachments: MYFACES-2540.patch
>
>
> Facelets server state saving does not work:  StateManager.saveView in not called during ViewDeclarationLanguage.renderView in case of server state saving. Please  see attached patch for details.

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


[jira] Updated: (MYFACES-2540) Facelets server state saving does not work

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

Leonardo Uribe updated MYFACES-2540:
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-2
         Assignee: Leonardo Uribe
           Status: Resolved  (was: Patch Available)

Thanks to Martin Koci for provide this patch

> Facelets server state saving does not work
> ------------------------------------------
>
>                 Key: MYFACES-2540
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2540
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0-beta-2
>         Environment: myfaces core trunk
>            Reporter: Martin Koci
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.0-beta-2
>
>         Attachments: MYFACES-2540-2.patch, MYFACES-2540.patch
>
>
> Facelets server state saving does not work:  StateManager.saveView in not called during ViewDeclarationLanguage.renderView in case of server state saving. Please  see attached patch for details.

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