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

Martin Grigorov resolved WICKET-5575.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 7.0.0-M2
                   6.16.0

> Add support in FormTester#submit(String|Component) for Ajax submitters
> ----------------------------------------------------------------------
>
>                 Key: WICKET-5575
>                 URL: https://issues.apache.org/jira/browse/WICKET-5575
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.15.0
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 6.16.0, 7.0.0-M2
>
>
> At the moment if an application wants to submit a form with AjaxButton it has 
> to use:
> formTester.setValue(...); // one or more times
> wicketTester.executeAjaxEvent("path:to:AjaxButton", "click");
> I think formTester.submit(String|Component) should check whether the 
> component is AjaxButton|AjaxSubmitLink and do 
> wicketTester.executeAjaxEvent(ajaxSubmitter, "click") internally.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to