I get the following error when i run my struts-application, and it tries to instantiate my ActionForm class:
java.lang.NoClassDefFoundError: org/apache/struts/action/ActionForm As I see from the archives this is a pretty common problem, however none of the solutions i've found here seem to work, and many of them condradict eachother () This is my setup: - struts.jar is included in my WEB-INF/lib directory - struts.jar is not included in my server (WL6.1) lib directory or in its classpath - my application is deployed as an .ear (and must be) I've tried: - exluding WEB-INF/lib/struts.jar when building my .ear (using ant), both with and without struts.jar in the WL classpath and lib Any good suggestions on what's wrong? Thanks in advance - Ida .......mogul technology as................................................... mogul technology > ida d�rum - software engineer mailto:[EMAIL PROTECTED] www.mogul.no ....................................................................... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

