You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2009/04/04 17:11:13 UTC

[jira] Commented: (WICKET-2015) Empty File Upload field breaks validation of other fields in WicketTester.

    [ https://issues.apache.org/jira/browse/WICKET-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695752#action_12695752 ] 

Juergen Donnerstag commented on WICKET-2015:
--------------------------------------------

Please see WICKET-2208 as a follow issue on the MalformedStreamException issue.

> Empty File Upload field breaks validation of other fields in WicketTester.
> --------------------------------------------------------------------------
>
>                 Key: WICKET-2015
>                 URL: https://issues.apache.org/jira/browse/WICKET-2015
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC1
>         Environment: Windows XP SP3, Eclipse IDE, Wicket 1.4-rc1.
>            Reporter: Kari Maja
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4-RC3
>
>         Attachments: Wicket-Quickstart-Update.zip, Wicket-Quickstart.zip
>
>
> Submitting form with empty FileUpload -field break validations of other fields in WicketTester:
> - TextField mandatority (field.setRequired(true)).
> - TextField input length validation (field.add(StringValidator(lengthBetween(...)))).
> - DropDownChoice validation does not "see" selection.
> If File Upload -field is filled, then validations above work.
> Form submits manually without a problem in web browser.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.