Easy fix suggestion: In BaseWicketTester 'IFormSubmitting' component should be
the submitting component, not just a 'Button'
----------------------------------------------------------------------------------------------------------------------------
Key: WICKET-2522
URL: https://issues.apache.org/jira/browse/WICKET-2522
Project: Wicket
Issue Type: Bug
Reporter: Martin Makundi
Line "if (!((formComponent instanceof Button) && (component instanceof Button))
||"
should be changed into
Line "if (!((formComponent instanceof IFormSubmittingComponent) && (component
instanceof IFormSubmittingComponent)) ||"
See attached quickstart.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.