Hi, Sebastian. It looks like the call to new FileForm() throws an exception. Have a look at your Tomcat logfiles. There might be more information about the JSP compiler failing.
If that is not the case, check that the class exists (class name/package name). If it is the first instantiation in your application, it might be a class loading problem. Maybe another class FileForm relies on cannot be found. If it is a second, ... instantiation check what code runs in the default constructor. This is what I'd go for. Hiran ----------------------------------------- Hiran Chaudhuri SAG Systemhaus GmbH Elsenheimer Straße 11 80867 München Phone +49-89-54 74 21 34 Fax +49-89-54 74 21 99 > -----Original Message----- > From: Sebastian Ho [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 6. Oktober 2004 11:57 > To: Struts Users Mailing List > Subject: RE: Cannot create ActionForm > > You mean struts log file? Give me some time. Mean while this > is the output from my server. > > 18:28:33,772 ERROR [Engine] ApplicationDispatcher[/Flamingo] > Servlet.service() for servlet jsp threw exception > org.apache.jasper.JasperException: Exception creating bean of class > sg.edu.astar.flamingo.web.proteomics.form.FileForm: {1} > at --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]