Re: Hello Everybody, I am getting exception Action Class not found

2009-07-03 Thread dusty
Struts can't find the compiled action class for the action you defined in your struts.xml. newton.dave wrote: > > Nagesh Reddy K wrote: >> Action class [java.struts2.examples.chapter1.HelloWorld] not found - >> action - >> file:/D:/tomcat%205.0/webapps/struts2/WEB-INF/classes/java/struts2/examp

Re: Hello Everybody, I am getting exception Action Class not found

2009-07-02 Thread Dave Newton
Nagesh Reddy K wrote: Action class [java.struts2.examples.chapter1.HelloWorld] not found - action - file:/D:/tomcat%205.0/webapps/struts2/WEB-INF/classes/java/struts2/examples/chapter1/chapter1struts.xml:9:74 So... does the action exist? Has it been deployed? We're not actually at your machine