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

Sven Meier resolved WICKET-5076.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.11
                   6.7.0
         Assignee: Sven Meier

forms are now collected before delegating to the form submitter
                
> form#onSubmit() is called on just replaced nested forms
> -------------------------------------------------------
>
>                 Key: WICKET-5076
>                 URL: https://issues.apache.org/jira/browse/WICKET-5076
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.5.6, 6.6.0
>         Environment: Linux debian unstable 64-bit
> Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
>            Reporter: Ondrej Fafejta
>            Assignee: Sven Meier
>             Fix For: 6.7.0, 1.5.11
>
>
> I use wizard api from wicket extensions.
> Next button is implemented like 
> org.apache.wicket.extensions.wizard.NextButton.
> It means: if step is complete wizardModel.next() is called and step content 
> is replaced.
> I send you example - see attachment.
> In the example Step2Panel contains inner form "innerForm".
> The problem is when we leave step 1 (click to next button) - 
> innerForm.onSubmit from step 2 is called. 
> Obversely when we leave step 2 innerForm.onSubmit is not called!
> One solution is to call form.process(null) manually in Nextbutton.onClick 
> before step content is replaced. It is wrong again becaouse 
> innerForm.onSubmit is called twice.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to