Re: Problem with Installing the Struts

2005-08-01 Thread erikweber
Did you set load-on-startup for ActionServlet in web.xml? Erik -Original Message- From: Kade Jeevan Kumar <[EMAIL PROTECTED]> Sent: Aug 1, 2005 11:40 PM To: user@struts.apache.org Subject: Problem with Installing the Struts Hi All! I am using Tomcat 4.0.6, Java 1.4, Struts 1

RE: Problem with Installing the Struts

2005-08-01 Thread David G. Friedman
Installing the Struts Hi All! I am using Tomcat 4.0.6, Java 1.4, Struts 1.1 for my initial struts set up application. I configured the required libraries to run Struts application. But the problem is when i try to run the application using struts i am getting the following exception in my jsp

Re: Problem with Installing the Struts

2005-08-01 Thread Vic
Hi Jeevan, Can you please list the names of the jars that you've included in your lib folder. People typically forget to include the 'standard.jar' jar. In addition, are you sure that your action class extends the org.apache.struts.action.Action class. Forgetting to extend the class (something

Problem with Installing the Struts

2005-08-01 Thread Kade Jeevan Kumar
Hi All! I am using Tomcat 4.0.6, Java 1.4, Struts 1.1 for my initial struts set up application. I configured the required libraries to run Struts application. But the problem is when i try to run the application using struts i am getting the following exception in my jsp "Servlet action is cur