I am developing a Struts based application. I am new to Struts. I want to use html tags , specified in a taglib directory provided by Struts<
BalusC is correct: you just need the JAR files in /WEB-INF/lib and a proper taglib in each JSP. One thing that tripped me up initially was the sensitive JSP syntax; spaces between some elements are important. Per the Stripes documentation, each taglib for the Stripes TLD should look like:
<%@ taglib prefix="stripes" uri="http://stripes.sourceforge.net/stripes.tld" %>