Form Validation not triggered when doing a HTTP POST directly to a form
-----------------------------------------------------------------------
Key: WICKET-2775
URL: https://issues.apache.org/jira/browse/WICKET-2775
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.3.6
Environment: Windows XP
Glassfish V2
Reporter: Florian Kaltner
Follow the steps below to reproduce this issue:
1.) Create a StatelessForm with a RequiredTextField in a Panel
2.) Do a HTTP POST to that form (e.g. by using the Firefox plug-in Poster)
2.1) In the content of the HTTP POST omit the value assignment for the
required text field (i.e. do not write myTextFieldId=myTextFieldValue)
The Form is submitted though the RequiredTextField didn't contain a value.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.