When a bean class inherits properties from a base class, field annotations of
the base class properties are not visible
-----------------------------------------------------------------------------------------------------------------------
Key: TAPESTRY-2448
URL: https://issues.apache.org/jira/browse/TAPESTRY-2448
Project: Tapestry
Issue Type: Bug
Affects Versions: 5.0.13
Reporter: Howard M. Lewis Ship
Priority: Critical
Fix For: 5.0.14
The problem is that the getField() method expects the field to be present in
the class, as a declared field, however its a declared field of the base class.
Either getField() should search up, or should search in the class that defines
the getter or setter method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]