-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 5.2
-
Component/s: None
-
5.02
-
Severity 3 - Minor
-
objectconfiguration_form.jsp uses in SELECT type the ObjectConfiguration.getFieldValuesHtmlEncoded() does not support Values with "Null" Option.
If a ValueGenerator provides values with "null" as key, a NullPointerException occurs.
With ObjectConfiguration.getFieldValues() in previous version (since 3.x), it was working correctly.
Usage of Null as key is done for None value, when "-1" is not usable.