Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
UIXEditableValue includes the following two property key definitions:
static public final PropertyKey LOCAL_VALUE_SET_KEY =
TYPE.registerKey("localValueSet", Boolean.class);
static public final PropertyKey SUBMITTED_VALUE_KEY =
TYPE.registerKey("submittedValue");
Note that although neither of these property keys support EL binding, the property key definitions fail to specify the PropertyKey.CAP_NOT_BOUND capability.
We should specify this to avoid unnecessary lookups in the ValueExpression map.