make sure you pull off the new versions of ActionForm, ActionServlet,
ActionMapping and BeanUtils.

-----Original Message-----
From: Incze Lajos [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 1:10 PM
To: [EMAIL PROTECTED]
Subject: File upload taglib doesn't compile under tomcat 3.2


This error comes from compiling the newly submitted upload tag
library: I think uses a servlet 2.3 method, so it should be
replaced by some equivalent legal 2.2 solution.

-----
    [javac] Compiling 6 source files to
/p/import/build/struts/library/classes
    [javac]
/p/import/jakarta-struts/src/share/org/apache/struts/upload/DiskMultipartReq
uestHandler.java:92: cannot resolve symbol
    [javac] symbol  : method getTempDir  ()
    [javac] location: class org.apache.struts.action.ActionServlet
    [javac]         String tempDir = servlet.getTempDir();
    [javac]                                 ^
    [javac] 1 error
-----
                                                       incze

Reply via email to