Re: Declaration of the Struts tag librairies

2003-03-24 Thread David Graham
Deployment of taglibs in a Servlet 2.3 container such as Tomcat 4 is extremely simple. Add this line to your JSP: <%@ taglib uri="http://jakarta.apache.org/struts/tags-html"; prefix="html" %> This allows you to use the Struts html taglib. You don't need to modify web.xml or copy tld files anyw

RE: Declaration of the Struts tag librairies

2003-03-24 Thread Sri Sankaran
Looking at the documentation for the web.xml, it reads: taglib-uri: The taglib-uri element describes a URI, relative to the location of the web.xml document, identifying a Tag Library used in the Web Application. taglib-location: the taglib-location element contains the location (as a