Hi,
I'm working through J. Goodwill's "Mastering Jakarta Struts" but fail to get the first little
Struts example up and running, mostly because the Strtus version in the book isn't up to date anymore. I tried to deal with it as far as I can.
First my code:
struts-config.xml
web.xml
index.jsp
The error message from
Tomcat's log:
I use Eclipse 3.2.1 and Tomcat 5.0.28 with Struts 1.3.5. I put all jars from Strut's lib directory into Project/WEB-INF/lib folder and added them to the project's build path. struts-html.tld is located in Project/WEB-INF/tld.
Any ideas what could cause this? I read several answers that mention a missing library, but all Strut libs are in place.