]
Chao Wang updated WFLY-13497:
-----------------------------
Labels: downstream_dependency (was: )
Wrong behaviour in JSF UIInput's component
------------------------------------------
Key: WFLY-13497
URL:
https://issues.redhat.com/browse/WFLY-13497
Project: WildFly
Issue Type: Bug
Components: JSF
Affects Versions: 19.1.0.Final
Reporter: Chao Wang
Assignee: Farah Juma
Priority: Major
Labels: downstream_dependency
Attachments: helloworld-jsf.war
If context parameter {{javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL}} set
to True, then an empty value from UIInput component is not set to null any more.
reproducer:
https://github.com/soul2zimate/quickstart/tree/jsf-wrong-behaviour/hellow...