You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Thomas Spiegl (JIRA)" <de...@myfaces.apache.org> on 2006/08/25 13:13:22 UTC

[jira] Created: (MYFACES-1393) MyFaces state information is rendered by MyFaces Form

MyFaces state information is rendered by MyFaces Form
-----------------------------------------------------

                 Key: MYFACES-1393
                 URL: http://issues.apache.org/jira/browse/MYFACES-1393
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 1.1.3, 1.1.5-SNAPSHOT
            Reporter: Thomas Spiegl
         Assigned To: Thomas Spiegl


Problem#2

Environment:
MyFaces implementation
ADF Faces
Tomahawk 1.1.5

The hidden parameter "jsf-sequence" will not be rendered when using an
ADF form.

Possible solution: A new tomahawk component (myfacesParams), renders
all hidden input fields needed by the MyFaces implementation, eg the
jsf-sequence param. This artificial component must then be added to
every ADF form. This approach will work, but it's fault-prone. Any
ideas?


Comment by Adam Winer:

Problem #2 should not be happening if the MyFaces state management  code is
properly factored;  the FormRenderer - anyone's form renderer - should be
calling the ResponseStateManager, which should be rendering the sequence.
Last time I looked, the MyFaces FormRenderer was directly encoding the
sequence ID, which isn't the right approach.

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