]
Chao Wang moved JBEAP-17540 to WFLY-12491:
------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-12491 (was: JBEAP-17540)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: JSF
(was: JSF)
(was: Web (Undertow))
Affects Version/s: 18.0.0.Beta1
(was: 7.2.3.CR2)
Fix Version/s: (was: 7.2.5.GA)
f:viewParam component only works for the first ajax request, but for
the second ajax request and so forth the submitted value is null
-------------------------------------------------------------------------------------------------------------------------------------
Key: WFLY-12491
URL:
https://issues.jboss.org/browse/WFLY-12491
Project: WildFly
Issue Type: Bug
Components: JSF
Affects Versions: 18.0.0.Beta1
Environment: * JBoss EAP 7.2.3
* Java EE 7
Reporter: Chao Wang
Assignee: Chao Wang
Priority: Major
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.