I am developing a Struts based web application. I am new to Struts. I want to use struts-html.tld taglib, provided by struts, in my jsp pages.
When I searched on net, I came to know that prior to Struts 1.2.9, we need to locate the .tld files manually.
But now these .tld files are packed in .jar files and we need to just use those jar files as any other jar file in our project.
Q1. So my question is in Which jar file these .tld files are located. I came to know from a Javaranch answer that these .tld files are packed into struts-taglib.jar file. I downloaded the full struts libraries but didn't find that jar file.