Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
6.13.0
Description
Following annotations in wicket commponent have not been supported now:
@Inject
@Named("myproperty")
private String myproperty;
And instead of throwing exception, wicket-guice just substitute "" for String fields. And that is making debuging of problems quite difficult task.
The problem, from my point of view, lies in org.apache.wicket.guice.GuiceFieldValueFactory.findBindingAnnotation(); or can be fixed one level up (org.apache.wicket.guice.GuiceFieldValueFactory.getFieldValue())