Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.6.9, 2.6.11, 2.7
-
None
-
Any/All
Description
When using abstract definitions for ordinary accessors we always use get* and OGNL retrieves these normally.
When using abstract boolean accessor we always use is* and OGNL retrieves this normally.
When using abstract Boolean accessor we are forced back to a get* and I'm really not sure what OGNL does in this situation.