]
Masafumi Miura moved JBEAP-10325 to WFLY-8573:
----------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8573 (was: JBEAP-10325)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: JSF
(was: JSF)
Target Release: (was: 7.1.0.GA)
Affects Version/s: 11.0.0.Alpha1
10.1.0.Final
(was: 7.1.0.DR16)
JAVASERVERFACES_SPEC_PUBLIC-671 The old model value is redisplayed on
@NotNull validation error with INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL=true
---------------------------------------------------------------------------------------------------------------------------------------------------------
Key: WFLY-8573
URL:
https://issues.jboss.org/browse/WFLY-8573
Project: WildFly
Issue Type: Bug
Components: JSF
Affects Versions: 11.0.0.Alpha1, 10.1.0.Final
Reporter: Masafumi Miura
Assignee: Dmitrii Tikhomirov
Attachments: reproducer-JAVASERVERFACES_SPEC_PUBLIC-671.tar.gz
When setting {{javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL}} to true, the
old (or initial) model value is redisplayed on {{@NotNull}} validation error instead of
the submitted value.
A required submitted value, which is afterwards removed and re-submitted, should not
reappear.
This issue is reported in
[
JAVASERVERFACES_SPEC_PUBLIC-671|https://java.net/jira/browse/JAVASERVERFA...]
and it's fixed in [the revision
0813ee1fdef418e47ef03ced7d57a1abe4c2bf54|https://github.com/javaserverfac...].
Please backport this to JBoss mojarra.