jboss / mojarra

Fork of Mojarra
10 stars 41 forks source link

Alternative 2.3.5.sp #73

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/mojarra/pull/72

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.