[ http://issues.apache.org/jira/browse/WICKET-24?page=all ]

Frank Bille Jensen reassigned WICKET-24:
----------------------------------------

    Assignee: Frank Bille Jensen

> FileUpload testing helper
> -------------------------
>
>                 Key: WICKET-24
>                 URL: http://issues.apache.org/jira/browse/WICKET-24
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.2.3
>            Reporter: Alexander Kellett
>         Assigned To: Frank Bille Jensen
>            Priority: Minor
>
> Something to the effect of:
> public void addFile(String fieldName, File file, String contentType) {
>       MockHttpServletResponse servletResponse = 
> wicketTester.getServletResponse();
>       servletResponse.addFile(fieldName, file, contentType);
> }
> In FormTester would be really useful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to