[ 
https://issues.apache.org/jira/browse/WICKET-3711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carl-Eric Menzel updated WICKET-3711:
-------------------------------------

    Attachment: 0003-fixed-ajaxsubmitlink-testing.-hackish.patch
                0002-fix-formtester-not-providing-correct-form-request-pa.patch
                0001-added-test-for-FormTester-SubmitLink-problem.patch

A series of patches. The first one introduces a (failing) test for FormTester's 
behavior with SubmitLinks. The second and third fix the issue for SubmitLinks 
and AjaxSubmitLinks.

> 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
>         Attachments: 0001-added-test-for-FormTester-SubmitLink-problem.patch, 
> 0002-fix-formtester-not-providing-correct-form-request-pa.patch, 
> 0003-fixed-ajaxsubmitlink-testing.-hackish.patch
>
>
> 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

Reply via email to