Uploaded image for project: 'Commons OGNL (Dormant)'
  1. Commons OGNL (Dormant)
  2. OGNL-103

Unable to find correct readMethod named is...()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.7
    • 2.7.1
    • Core Runtime
    • None
    • Tapestry 4.1.2, OGNL 2.7, Java 1.5.0_11

    Description

      With OGNL 2.7 I'm unable to find the right Getter-Method nameed isDisabled() because it will find another is...Disabled()-Method like isEditorDisabled() first in the same class.

      The failure should be in the method "public static Method getReadMethod(Class target, String name, int numParms)" lines 2108-2141in class OgnlRuntime (support for method names starting with "is" and "has" is missing). With OGNL 2.6.7 (which I've used together with Tapestry 4.0.2) all was running fine...

      Attachments

        Activity

          People

            jkuhnert Jesse Kuhnert
            cnutz Christian Nutz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: