You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Martin Makundi <ma...@koodaripalvelut.com> on 2008/08/25 18:49:12 UTC

Propertyresolver could be more informative

I created a jira issue with a suggested fix, feel free to vote:
https://issues.apache.org/jira/browse/WICKET-1802

WicketMessage: no set method defined for value: true on object: ...
     at org.apache.wicket.util.lang.PropertyResolver$MethodGetAndSet.setValue(PropertyResolver.java:1107)

In case there is a getter method defined, it would significantly help
debugging to display the get method name in the exception.

I suggest fixing the problem with:

- 					" on object: " + object);
+                                      " on object: " + object + "
while respective getMethod being " + getMethod.getName());

**
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org