Hi, I am a new bie to struts..I have a problem with my classpath. Instead of putting my ActionForm and Action class in the classes folder of my web application I am getting 'ClassnotFoundError'. I have put the required clases in a folder and edited the setclasspath.bat to put the class path to this folder. I am using Tomcat 4.1. I am getting all the other classes that is in the folder except the struts related classes like the Action class and ActionForm class created by me..
can any one help me to sort out this.. Thanks in advance Prakasan

