multiple input form editing problem

2003-08-23 Thread Flo
>LO, > >I have a form with multiple input as this > > > > > > > >... > >i made a usersForm as this : > >private String[] name = null; >private String[] surname = null; >... > >I would like to show the content of a the "usersForm " object preloaded from >an Action for editing datas > > >I tried as t

Looking for File Upload Example

2003-06-26 Thread Flo
Hi i'm looking for un example of using File UPLOAD whith Struts API The servlet and JSP code Thanks Flo

Upload Error

2003-06-26 Thread Flo
I applied the folowing example to my project but a get an error : java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileUploadException at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:1590)