[ 
https://issues.apache.org/jira/browse/WICKET-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15378832#comment-15378832
 ] 

Ilia Naryzhny commented on WICKET-6201:
---------------------------------------

It will be cool if PropertyResolver will work OK in the following situation:

public class Bean {
String myInternalValue;
public void setValue(String value) {this.myInternalValue = value}
}

PropertyResolver.setValue("value", myBean, "valueToSet", null);

Currently it's failing because there is no getter.

> PropertyResolver.setValue failing if  there is only setter
> ----------------------------------------------------------
>
>                 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
>
> This issue is related to this PR: 
> https://github.com/apache/wicket/pull/74#issuecomment-232608673
> Issue:
> If there is a bean like that:
> public class Bean {
>    public void setValue(Object value);
> }
> PropertyValue.setValue is failing to set value for "value" expression with 
> message that no "get" methods.



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

Reply via email to