I've gotten Tomcat installed and operational. I've gotten Eclipse and the Tomcat Plugin working. Simple JSPs, not using any of Struts, work. I was able to deploy the blank Struts application and obtain the welcome page.
I've been trying to follow along with the Struts In Action book by Husted et al.
However any time I try to use a struts tag lib in a JSP, such as: <%@ taglib uri="/tags/struts-html" prefix="html" %>
I get an error when I view the page: 'org.apache.jasper.JasperException: File "/tags/struts-html" not found' (plus more trace, but assume that's all that really needed.)
struts-html.tld is in the WEB-INF folder for the application the web.xml file contains: <taglib> <taglib-uri>/tags/struts-html</taglib-uri> <taglib-location>/WEB-INF/struts-html.tld</taglib-location> </taglib>
I feel bad asking this question here, as I know it is bound to be something trivial I'm overlooking, but after several days of minor tweaking and no progress I need some help.
What do I need to do?
Thank you.
Eric
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]