[ 
https://issues.apache.org/jira/browse/WICKET-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sven Meier updated WICKET-6201:
-------------------------------
    Priority: Minor  (was: Major)

> PropertyResolver#setValue failing with setter only and no corresponding field
> -----------------------------------------------------------------------------
>
>                 Key: WICKET-6201
>                 URL: https://issues.apache.org/jira/browse/WICKET-6201
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 7.3.0
>            Reporter: Ilia Naryzhny
>            Assignee: Sven Meier
>            Priority: Minor
>
> If there is a bean like that:
> {code}
>   public class Bean {
>     private Object innerValue;
>     public void setValue(Object value) {
>       this.innerValue = value;
>     }
>   }
> {code}
> PropertyResolver#setValue() fails with expression "value", because it cannot 
> find a getter nor a field with that name.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to