jboss / jboss-jsf-api_spec

JBoss JSF API Spec
GNU General Public License v2.0
6 stars 14 forks source link

Alternative 2.3.5.sp #20

Closed soul2zimate closed 4 years ago

soul2zimate commented 4 years ago

issue: TBD. Downstream alternative fix for community report issue jboss/mojarra#71

upstream PR: https://github.com/jboss/jboss-jakarta-faces-api/pull/9

impact: 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/helloworld-jsf

workaround: Do not enable the context parameter javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL for the moment.