FormTester doesn't treat SubmitLink and AjaxSubmitLink correctly ----------------------------------------------------------------
Key: WICKET-3711 URL: https://issues.apache.org/jira/browse/WICKET-3711 Project: Wicket Issue Type: Bug Reporter: Carl-Eric Menzel We ran into a testing issue with FormTester. When using a SubmitLink or AjaxSubmitLink it does not properly collect and use the values for the various form fields. The problem appears to be with a very inconsistent handling of "parametersForNextRequest" and MockServletRequest's parameter map. I did not completely manage to take it apart, frankly, it's a mess. I have a set of patches against 1.4.17 that introduce a test for this and also fix the problem. The fix is a bit hackish, but it works and does not break anything else. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira