[
https://issues.apache.org/jira/browse/WICKET-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johan Compagner closed WICKET-1394.
-----------------------------------
Resolution: Won't Fix
for this you have to attach the AjaxFormSubmitBehavior to a Component that
implements the IFormSubmittingComponent interface
Then you have that control. There is no other way to do that because we need to
be able to tell what did do the submit and thats not really possible if the
submit doesn't submit the submitting component.
> AjaxFormSubmitBehavior and setDefaultFormProcessing
> ---------------------------------------------------
>
> Key: WICKET-1394
> URL: https://issues.apache.org/jira/browse/WICKET-1394
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 1.3.2
> Reporter: Juha Alatalo
>
> When using AjaxFormSubmitBehavior it is not possible to set default form
> processing false as in buttons. This kind of method is need for example when
> event opens new page, form has to be submitted and there is no need for
> validation.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.