You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Matej Knopp (JIRA)" <ji...@apache.org> on 2007/06/05 23:31:25 UTC

[jira] Created: (WICKET-619) Models that can should be able to provide information about field/getter/setter

Models that can should be able to provide information about field/getter/setter  
---------------------------------------------------------------------------------

                 Key: WICKET-619
                 URL: https://issues.apache.org/jira/browse/WICKET-619
             Project: Wicket
          Issue Type: Improvement
            Reporter: Matej Knopp
            Assignee: Matej Knopp
             Fix For: 1.3.0-rc1, 1.3.0-final, 1.4.0-alpha, 1.3.1


This is usable e.g. for automatically creating validators from annotations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-619) Models that can should be able to provide information about field/getter/setter

Posted by "Alastair Maw (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alastair Maw updated WICKET-619:
--------------------------------

    Fix Version/s:     (was: 1.3.0-rc1)
                       (was: 1.3.0-final)
                       (was: 1.4.0-alpha)
                       (was: 1.3.1)
                   1.3.0-beta2

> Models that can should be able to provide information about field/getter/setter  
> ---------------------------------------------------------------------------------
>
>                 Key: WICKET-619
>                 URL: https://issues.apache.org/jira/browse/WICKET-619
>             Project: Wicket
>          Issue Type: Improvement
>            Reporter: Matej Knopp
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta2
>
>
> This is usable e.g. for automatically creating validators from annotations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-619) Models that can should be able to provide information about field/getter/setter

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Knopp resolved WICKET-619.
--------------------------------

    Resolution: Fixed

Added interface IPropertyReflectionAwareModel that is implemented by PropertyModel and CompoundPropertyModel's inner models.

> Models that can should be able to provide information about field/getter/setter  
> ---------------------------------------------------------------------------------
>
>                 Key: WICKET-619
>                 URL: https://issues.apache.org/jira/browse/WICKET-619
>             Project: Wicket
>          Issue Type: Improvement
>            Reporter: Matej Knopp
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-rc1, 1.3.0-final, 1.4.0-alpha, 1.3.1
>
>
> This is usable e.g. for automatically creating validators from annotations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.