You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Henry Lu <zh...@umich.edu> on 2002/02/22 15:28:40 UTC

and action

I got error:
javax.servlet.ServletException: MultipartIterator: no multipart request


my JSP file has:
<html:form method=post action="/saveIdForm" enctype="multipart/form-data">
<html:file property="myfile"/>
...

and my ActionForm has:

private FormFile myfile;

// getter and setter

What is wrong?


---------------------------------------------------------------------------
Henry Lu
MCIT                                            phone: (734) 936-2063
University of Michigan Medical Center           fax:   (734) 763-4372



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>