Form submit fails to find FormSubmitting component that is outside Form
hiearchy (with patch)
---------------------------------------------------------------------------------------------
Key: WICKET-2157
URL: https://issues.apache.org/jira/browse/WICKET-2157
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4-RC2
Reporter: Erik van Oosten
When a submit link (or any other IFormSubmittingComponent) is added outside the
form hierarchy (and the form is passed to the constructor), onSubmit is no
longer called on the IFormSubmittingComponent, instead it will just call the
onSubmit on the form.
This used to work properly in 1.4-rc1.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.