RE: NoClassDefFoundError: org/apache/struts/action/ActionForm

2005-06-28 Thread Karr, David
It's hard to say for certain, but this could be a classloader problem. It might help if you set the "prefer-web-inf-classes" element in your weblogic.xml file (to true, of course). If that isn't there, it will use the struts.jar that is used inside WebLogic, instead of the struts.jar in your WEB

Re: NoClassDefFoundError: org/apache/struts/action/ActionForm

2005-06-28 Thread Wendy Smoak
From: "Sher, Allen - BLS CTR" <[EMAIL PROTECTED]> > I got a "java.lang.NoClassDefFoundError: > org/apache/struts/action/ActionForm" while initiating my ActionServlet. > > It's Struts 1.2.7 in WebLogic 8.1.3, if that matters. Where have you placed struts.jar? -- Wendy Smoak ---