Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-2410

LOCAL_VALUE_SET_KEY and SUBMITTED_VALUE_KEY should specify CAP_NOT_BOUND

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.1.0-core
    • Components
    • 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.

      Attachments

        1. trinidad-2410.patch
          1 kB
          Andy Schwartz

        Activity

          People

            andy.schwartz Andy Schwartz
            andy.schwartz Andy Schwartz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: