[
https://issues.apache.org/jira/browse/WICKET-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912387#action_12912387
]
Martin Grigorov commented on WICKET-3053:
-----------------------------------------
There is no need to support it. Wicket-Spring have never supported this feature
and no one ever needed it. The same can be done with field injection, so there
is no need to support more code in our codebase.
In 1.5 the code related to that logic is in wicket-ioc and it is shared between
wicket-spring and wicket-guice.
> WicketTester does not preserve the form component values when submitting with
> AjaxSubmitLink
> --------------------------------------------------------------------------------------------
>
> Key: WICKET-3053
> URL: https://issues.apache.org/jira/browse/WICKET-3053
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.5-M2.1
> Reporter: Peter Karich
> Assignee: Martin Grigorov
> Attachments: WICKET-3053.patch, 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.