Forms are not validated correctly inside a border
-------------------------------------------------
Key: WICKET-2026
URL: https://issues.apache.org/jira/browse/WICKET-2026
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4-RC1
Reporter: Adriano dos Santos Fernandes
Attached a quickstart:
- On the first (without border) form, enter something on the second field and
click submit
- onError is called, as the first field is required
- On the second (in a border) form, enter something on the second field and
click submit
- onSubmit is incorrectly called, as the first field is required
Attached a patch that seems to fix the problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.