[
https://issues.apache.org/jira/browse/WICKET-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12910544#action_12910544
]
Martin Grigorov commented on WICKET-3053:
-----------------------------------------
Setter injection is not supported in 1.5.
We decided to remove that functionality in 1.5.
Use field injection instead.
> Guice does not work with modules
> --------------------------------
>
> Key: WICKET-3053
> URL: https://issues.apache.org/jira/browse/WICKET-3053
> Project: Wicket
> Issue Type: Bug
> Affects Versions: 1.5-M2.1
> Reporter: Peter Karich
> Assignee: Martin Grigorov
> Attachments: wicket-bug2-setter-injection.zip, wicket-bug2.zip
>
>
> See this thread:
> http://apache-wicket.1842946.n4.nabble.com/Url-parameters-removed-onClick-wrong-url-encoding-td2541831.html
> Again you can take a legup project (with Guice 2.0) and substitute the wicket
> versions -> the test
> tester.assertModelValue("text", "sayHello");
> will fail: expected:<sayHello> but was:<Hello null>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.