Required checkbox behaves differently in tests and in real application
----------------------------------------------------------------------
Key: WICKET-3238
URL: https://issues.apache.org/jira/browse/WICKET-3238
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4.13
Reporter: Marius Bauer
Priority: Minor
Create a form and add a required checkbox to it. If you run the application,
you will not be allowed to submit the form without ticking the checkbox, but if
you use the WicketTester and submit the form using the FormTester in a JUnit
test, you are able to submit the form without ticking that checkbox (onSubmit()
is executed).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.