You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andy Schwartz (JIRA)" <de...@myfaces.apache.org> on 2013/08/26 16:57:53 UTC

[jira] [Created] (TRINIDAD-2410) LOCAL_VALUE_SET_KEY and SUBMITTED_VALUE_KEY should specify CAP_NOT_BOUND

Andy Schwartz created TRINIDAD-2410:
---------------------------------------

             Summary: LOCAL_VALUE_SET_KEY and SUBMITTED_VALUE_KEY should specify CAP_NOT_BOUND
                 Key: TRINIDAD-2410
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2410
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
            Reporter: Andy Schwartz
            Assignee: Andy Schwartz
            Priority: Minor


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira