Re: ClassNotFoundException

2010-05-25 Thread Paweł Wielgus
Hi Yusuf, and your classes should be in /WEB-INF/classes/ Best greetings, Paweł Wielgus. 2010/5/19 Tasneem Yusuf : > > Hello all, >             I am using version struts1.3 , tomcat 6 and jdk 1.5.I am using > the eclipse IDE to develop my web app.The problem I 'm facing is when my web > app mak

ClassNotFoundException

2010-05-18 Thread Tasneem Yusuf
Hello all, I am using version struts1.3 , tomcat 6 and jdk 1.5.I am using the eclipse IDE to develop my web app.The problem I 'm facing is when my web app makes a call to any of the action classes , I get a classnot found error. My classes are in the /WEB-INF/classes/src/java folde

ClassNotFoundException ActionMessage Struts 1.3.5

2009-10-26 Thread Morrissey, Alfreda
Hello, When I try to use the ActionMessage class in a class that is not an Action or Form, I get a ClassNotFoundException. I have the following function in a common utility class. import org.apache.struts.action.ActionErrors; import org.apache.struts.action.ActionMessage; public

ClassNotFoundException: org.apache.struts.action.ActionServlet

2008-06-26 Thread xeonyk
i want to ask about error when i creating application with struts framework the error is : ClassNotFoundException: org.apache.struts.action.ActionServlet in my glassfish server console i create web project and put struts framework form netbeans i look in my library and it's already add s

RE: [shale] ClassNotFoundException: IgnoreBuilderRule

2006-01-26 Thread hermod.opstvedt
To: Struts Users Mailing List Subject: Re: [shale] ClassNotFoundException: IgnoreBuilderRule Huh, weird. I had to shutdown tomcat, remove the webapp from $TOMCAT_HOME/webapps and $TOMCAT_HOME/work/Catalina/localhost to fix the problem. Thanks again, Rich Gary VanMatre wrote: >> From: R

Re: [shale] ClassNotFoundException: IgnoreBuilderRule

2006-01-26 Thread Richard Wallace
Huh, weird. I had to shutdown tomcat, remove the webapp from $TOMCAT_HOME/webapps and $TOMCAT_HOME/work/Catalina/localhost to fix the problem. Thanks again, Rich Gary VanMatre wrote: From: Richard Wallace <[EMAIL PROTECTED]> I updated to use the nightly from this morning and I'm getting th

Re: [shale] ClassNotFoundException: IgnoreBuilderRule

2006-01-26 Thread Gary VanMatre
>From: Richard Wallace <[EMAIL PROTECTED]> > > I updated to use the nightly from this morning and I'm getting the > following when trying to load a page: > > afterPhase () - RESTORE_VIEW(1) > beforePhase () - RENDER_RESPONSE(6) > Jan 26, 2006 9:59:10 AM org.apache.shale.clay.faces.ClayViewHan

[shale] ClassNotFoundException: IgnoreBuilderRule

2006-01-26 Thread Richard Wallace
I updated to use the nightly from this morning and I'm getting the following when trying to load a page: afterPhase () - RESTORE_VIEW(1) beforePhase () - RENDER_RESPONSE(6) Jan 26, 2006 9:59:10 AM org.apache.shale.clay.faces.ClayViewHandler renderView INFO: Clay template renderView for /defaul

Re: Strange Behaviour (ClassNotFoundException)

2005-02-18 Thread Matt Hughes
I don't know how new you are to web applications. But make the most basic web application you can without any of your classes. Just have a simple folder structure: web_application WEB_INF web.xml index.jsp And try a simple expression in the JSP file like: The time is <%=new java.u

Re: Strange Behaviour (ClassNotFoundException)

2005-02-18 Thread Dakota Jack
You using Tomcat? On Fri, 18 Feb 2005 13:36:22 +, Ben Taylor <[EMAIL PROTECTED]> wrote: > Hi, > > I'm im the middle of creating a Struts project using JBuilder, which > correctly compiles all of my java files to the /classes/ directory > with the correct nesting for my packages - ie. > /clas

Strange Behaviour (ClassNotFoundException)

2005-02-18 Thread Ben Taylor
Hi, I'm im the middle of creating a Struts project using JBuilder, which correctly compiles all of my java files to the /classes/ directory with the correct nesting for my packages - ie. /classes/com/com_name/resource/MyClass.class. My problem is that when I run the application it seems to think

RE: ClassNotFoundException: org.apache.struts.ActionServlet (was: retrieveMessageResources: NullPointerException)

2004-12-02 Thread Bernd Prager
That was it! That was it! Oh gracious, thanks a lot. -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 5:54 PM To: Struts Users Mailing List Subject: Re: ClassNotFoundException: org.apache.struts.ActionServlet (was

Re: ClassNotFoundException: org.apache.struts.ActionServlet (was: retrieveMessageResources: NullPointerException)

2004-12-02 Thread Niall Pemberton
; <[EMAIL PROTECTED]> Sent: Thursday, December 02, 2004 8:47 PM Subject: ClassNotFoundException: org.apache.struts.ActionServlet (was: retrieveMessageResources: NullPointerException) Hm, the problem might already be somewhere else. Turning the log level to debug, reveales following error after

Re: ClassNotFoundException: org.apache.struts.ActionServlet (was: retrieveMessageResources: NullPointerException)

2004-12-02 Thread Hubert Rabago
I had seen this once before on a coworker's machine. He used some Eclipse plugins for Tomcat and Struts, and was letting Eclipse generate the war file. I think a fresh download of Struts, and a fresh compile outside of all those plugins, solved the problem. (I think he went from ClassNotFoundEx:

ClassNotFoundException: org.apache.struts.ActionServlet (was: retrieveMessageResources: NullPointerException)

2004-12-02 Thread Bernd Prager
Hm, the problem might already be somewhere else. Turning the log level to debug, reveales following error after tomcat startup before even I try to get my message ressource: --- snip -- Dec 2, 2004 3:27:39 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyot