Fix missing in 1.4.19, was fixed in 1.3.3: Discrepancy between Button
implementation of getForm and the code in Form.findSubmittingButton()
--------------------------------------------------------------------------------------------------------------------------------------------
Key: WICKET-4506
URL: https://issues.apache.org/jira/browse/WICKET-4506
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4.19
Environment: Windows 7
IE 8
JDK 1.6
Reporter: Irena Shaigorodsky
There is a discrepancy between Button implementation of getForm (derived from
FromComponent) and the code in
org.apache.wicket.markup.html.form.Form.findSubmittingButton()
Last one assumes form can be null while
org.apache.wicket.markup.html.form.FormComponent.getForm() throws an exception
if it is so
This was fixed in 1.3.3 based on
https://issues.apache.org/jira/browse/WICKET-1414. Please migrate the fix to
1.4 code line.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira