On 7/23/07, Søren Blidorf <[EMAIL PROTECTED]> wrote:
I am confused on how to configure tag-libs i web.xml.
Unless you're using a really old Servlet container, you don't need to put anything in web.xml. (Since Servlet 2.3, the container will scan the jar files in WEB-INF/lib and discover the taglibs.)
The guidelines says: "http://struts.apache.org/tags-html" But the example from the webapps that comes with the download of struts says: "/tags/struts-html" What is correct?
What version of Struts? What url for the guideline you mention above, and what page in the example? The latest taglibdoc is here... http://struts.apache.org/1.x/struts-taglib/tlddoc/html/tld-summary.html ... which says to use this in your JSP: <%@ taglib prefix="html" uri="http://struts.apache.org/tags-html" %> Let us know where you found the incorrect info so we can fix it. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]