I am using struts-core-1.3.8.jar, struts-taglib-1.3.8.jar, struts-tiles-1.3.8.jar in my project.
and in web.xml this is what I have :
<taglib>
<taglib-uri>/tags/struts-tiles</taglib-uri>
<taglib-location>/WEB-INF/lib/struts-tiles-1.3.8.jar</taglib-location>
</taglib>
In my JSP I am still unable to use the <tiles or any other tags.
Any hints on what entries to be made in web.xml and how to use in JSP