You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/06/10 21:41:44 UTC

[jira] Created: (TAPESTRY-2448) When a bean class inherits properties from a base class, field annotations of the base class properties are not visible

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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAPESTRY-2448) When a bean class inherits properties from a base class, field annotations of the base class properties are not visible

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAPESTRY-2448:
----------------------------------------------

    Assignee: Howard M. Lewis Ship

> 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
>            Assignee: 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-2448) When a bean class inherits properties from a base class, field annotations of the base class properties are not visible

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-2448.
------------------------------------------

    Resolution: Fixed

> 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
>            Assignee: 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org