You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/04/03 22:15:28 UTC

[jira] Resolved: (WICKET-2775) Form Validation not triggered when doing a HTTP POST directly to a form

     [ https://issues.apache.org/jira/browse/WICKET-2775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2775.
-----------------------------------

    Resolution: Invalid
      Assignee: Igor Vaynberg

> 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
>            Assignee: Igor Vaynberg
>
> 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.