Hi,
I have 2 issues.
1. I am following the 'Mastering Jakarta Struts" book. (I downloaded the struts v. 1.1. I am using Tomcat.) On page 60 it listed which .jar files to move to the lib directory. The only one that I couldn't find was commons-service.jar. Also it mentioned xerces.jar but i only found xercesImpl.jar so I used that .jar. I went to the struts site again but couldn't find the commons-service.jar file. Have things changed since publication and I don't need it?
2. Also, I can't seem to compile my form. I get errors that it can't find the HttpServeletRequest and other imports. Is this related to the .jar's that i am missing? my directory structure (if it helps) is a struts folder with my jsp files off that is webapps->WEB-INF->xml files and my classes & lib folders. Inside lib I put my jars. In classes I have my classname folder where I would put my compiled java classes if I could. : )
Thanks!
I have 2 issues.
1. I am following the 'Mastering Jakarta Struts" book. (I downloaded the struts v. 1.1. I am using Tomcat.) On page 60 it listed which .jar files to move to the lib directory. The only one that I couldn't find was commons-service.jar. Also it mentioned xerces.jar but i only found xercesImpl.jar so I used that .jar. I went to the struts site again but couldn't find the commons-service.jar file. Have things changed since publication and I don't need it?
2. Also, I can't seem to compile my form. I get errors that it can't find the HttpServeletRequest and other imports. Is this related to the .jar's that i am missing? my directory structure (if it helps) is a struts folder with my jsp files off that is webapps->WEB-INF->xml files and my classes & lib folders. Inside lib I put my jars. In classes I have my classname folder where I would put my compiled java classes if I could. : )
Thanks!