Leonardo Uribe created MYFACES-3934:
---------------------------------------

             Summary: f:view transient="true" does not work on when client side 
state saving is enabled and PSS is set to false
                 Key: MYFACES-3934
                 URL: https://issues.apache.org/jira/browse/MYFACES-3934
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-344
    Affects Versions: 2.2.5
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


With this combination only:

    <context-param>
        <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
        <param-value>client</param-value>
    </context-param>
    <context-param>
        <param-name>javax.faces.PARTIAL_STATE_SAVING</param-name>
        <param-value>false</param-value>
    </context-param>

The input hidden field is not added, but only when f:view transient="true". The 
effect is the request are no longer processed by JSF, because that field is 
mandatory for every request.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to