Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-beta
-
None
Description
view params are not currently being handled properly due to an ordering issue in DigesterFacesConfigUnmarshallerImpl. We were calling addSetNext and addCallMethod on "faces-config/navigation-rule/navigation-case/redirect/view-param" prior to addObjectCreate. addObjectCreate needs to be called first.