[
https://issues.apache.org/jira/browse/WICKET-2775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846350#action_12846350
]
Florian Kaltner commented on WICKET-2775:
-----------------------------------------
Hi Juergen,
Sure, I can do that. Yet one question before I start:
Is a RequiredTextField validated on client side only? This would explain the
issue I faced.
Regards,
Florian
> 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.