Andy Schwartz created TRINIDAD-2404:
---------------------------------------

             Summary: UIXEditableValue property keys missing CAP_NOT_BOUND
                 Key: TRINIDAD-2404
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2404
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
            Reporter: Andy Schwartz
            Priority: Minor


The following property keys in UIXEditableValue:

  static public final PropertyKey LOCAL_VALUE_SET_KEY =
    TYPE.registerKey("localValueSet", Boolean.class);
  static public final PropertyKey SUBMITTED_VALUE_KEY =
    TYPE.registerKey("submittedValue");

Do not support EL binding and as such should specify the 
PropertyKey.CAP_NOT_BOUND capability.

This will avoid unnecessary attempts to locate a ValueExpression for these 
properties.

--
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

Reply via email to