Re: Configuring WebApp to use Struts Tag Libs

2005-01-09 Thread Vic
You don't need that at all. You can just in your jsp point to the tld in the jsp. (I normaly put them in WEB-INF/lib). (or just have a header tile or include that declares all your jsps once) hth, .V William Ferguson wrote: OK, I guess I've missed something fundamental, so someone please point ou

Configuring WebApp to use Struts Tag Libs

2005-01-09 Thread William Ferguson
OK, I guess I've missed something fundamental, so someone please point out what it is. How do I declare the Struts (1.2.4) tag libs in web.xml so that : 1) Tomcat 5.0.28 can access them from Struts.jar at runtime 2) I can use the Ant Jasper task to compile my JSPs to validate them during the buil