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 Marinschek (JIRA)" <de...@myfaces.apache.org> on 2006/09/10 06:44:22 UTC

[jira] Created: (MYFACES-1405) Interoperability with Facelets

Interoperability with Facelets
------------------------------

                 Key: MYFACES-1405
                 URL: http://issues.apache.org/jira/browse/MYFACES-1405
             Project: MyFaces Core
          Issue Type: Improvement
          Components: General
    Affects Versions: 1.1.5-SNAPSHOT
            Reporter: Martin Marinschek
         Assigned To: Martin Marinschek
            Priority: Critical
             Fix For: 1.1.5-SNAPSHOT


The current version of 1.1.5-SNAPSHOT had state saving code built into the view-handler. Facelets replaces the view-handler; so this was an attempt that didn't work.

Resolution:

- moving all the state saving code (especially: view-sequence-id) into the state-manager
- letting the HtmlResponseStateManager write code not only in the client-side state saving case, but also in the server-side state saving case

how to see that it still doesn't work: watch for issues with the back-button. If you click on the back-button, does a click on a link move you to the next page? If the first one doesn't, but the second one does, this problem has reoccurred and we need to reopen this bug.

Can anyone check that this really works with Facelets?

regards,

Martin

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Reopened: (MYFACES-1405) Interoperability with Facelets

Posted by "Thomas Spiegl (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-1405?page=all ]

Thomas Spiegl reopened MYFACES-1405:
------------------------------------

             
jsf_sequence may not be rendered by HtmlResponseStateManger cause this breaks Trinidad. Trinidad and other component libraries may have there own ResponseStateManager implementation. There is no guarantee that MyFaces HtmlResponseStateManger is called.

> Interoperability with Facelets
> ------------------------------
>
>                 Key: MYFACES-1405
>                 URL: http://issues.apache.org/jira/browse/MYFACES-1405
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: 1.1.5-SNAPSHOT
>            Reporter: Martin Marinschek
>         Assigned To: Martin Marinschek
>            Priority: Critical
>             Fix For: 1.1.5-SNAPSHOT
>
>
> The current version of 1.1.5-SNAPSHOT had state saving code built into the view-handler. Facelets replaces the view-handler; so this was an attempt that didn't work.
> Resolution:
> - moving all the state saving code (especially: view-sequence-id) into the state-manager
> - letting the HtmlResponseStateManager write code not only in the client-side state saving case, but also in the server-side state saving case
> how to see that it still doesn't work: watch for issues with the back-button. If you click on the back-button, does a click on a link move you to the next page? If the first one doesn't, but the second one does, this problem has reoccurred and we need to reopen this bug.
> Can anyone check that this really works with Facelets?
> regards,
> Martin

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (MYFACES-1405) Interoperability with Facelets

Posted by "Martin Marinschek (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-1405?page=all ]

Martin Marinschek resolved MYFACES-1405.
----------------------------------------

    Resolution: Fixed

> Interoperability with Facelets
> ------------------------------
>
>                 Key: MYFACES-1405
>                 URL: http://issues.apache.org/jira/browse/MYFACES-1405
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: 1.1.5-SNAPSHOT
>            Reporter: Martin Marinschek
>         Assigned To: Martin Marinschek
>            Priority: Critical
>             Fix For: 1.1.5-SNAPSHOT
>
>
> The current version of 1.1.5-SNAPSHOT had state saving code built into the view-handler. Facelets replaces the view-handler; so this was an attempt that didn't work.
> Resolution:
> - moving all the state saving code (especially: view-sequence-id) into the state-manager
> - letting the HtmlResponseStateManager write code not only in the client-side state saving case, but also in the server-side state saving case
> how to see that it still doesn't work: watch for issues with the back-button. If you click on the back-button, does a click on a link move you to the next page? If the first one doesn't, but the second one does, this problem has reoccurred and we need to reopen this bug.
> Can anyone check that this really works with Facelets?
> regards,
> Martin

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira