Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.7
-
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...