[
https://issues.apache.org/jira/browse/MYFACES-3934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe resolved MYFACES-3934.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.2.6
> 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
> Fix For: 2.2.6
>
>
> 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)