Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-3934

f:view transient="true" does not work on when client side state saving is enabled and PSS is set to false

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.5
    • 2.2.6
    • JSR-344
    • None

    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.

      Attachments

        Activity

          People

            lu4242 Leonardo Uribe
            lu4242 Leonardo Uribe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: