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