Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0.2
-
Fix Version/s: None
-
Component/s: state saving
-
Labels:None
-
Environment:Hide
Operating System: All
Platform: All
URL: https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=790ShowOperating System: All Platform: All URL: https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=790
-
Issuezilla Id:1,715
-
Status Whiteboard:
-
Tags:
Description
Under certain conditions, the ViewState may not get written to the page/form. This occurs to forms that
are updated in the page but they have not triggered the update. The javax.faces.ViewState update adds the
hidden input element holding the view state identifier only to the form that was submitted. The other
forms are missing the javax.faces.ViewState hidden inputs because the page render was triggered by a
partial request (MultiViewHandler.writeState & WriteBehindStateWriter don't run during a partial request).
Issue Links
- is related to
-
JAVASERVERFACES_SPEC_PUBLIC-790
javax.faces.ViewState + PPR does not work out for cross form ppr cases
-
- Open
-
Created an attachment (id=1182)
test case