-
Bug
-
Resolution: Done
-
Major
-
7.2.3.CR2
-
None
-
-
-
-
-
-
+
-
-
- Deploy the reproducer
- Send a request to localhost:8080/jsfviewparameter/index.jsf?test=somevalue
I'm using the viewParam in my JSF page and it works well at first request, but when I send another request using ajax the value of viewParam is lost. This issue only happens when I use javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL=true. When I use javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL=false it works well.
- clones
-
JBEAP-17931 [GSS](7.3.z) f:viewParam component only works for the first ajax request, but for the second ajax request and so forth the submitted value is null
- Closed
- is incorporated by
-
JBEAP-18278 [GSS](7.2.z) Upgrade JBoss JSF API from 2.3.5.SP2-redhat-00001 to 2.3.5.SP2-redhat-00003
- Closed
-
JBEAP-18423 [GSS](7.2.z) Upgrade JSF based on Mojarra 2.3.5.SP3-redhat-00005 to 2.3.5.SP3-redhat-00008
- Closed
- is related to
-
WFLY-13254 Test for JBEAP-17499 - f:viewParam component only works for the first ajax request, but for the second ajax request and so forth the submitted value is null
- Coding In Progress