From: "Brian E. Fox" <[EMAIL PROTECTED]>

We noticed that the struts tld files are on ibiblio:
http://www.ibiblio.org/pub/packages/maven2/struts/struts-bean/1.1/ Is there a way to download these like a normal dependancy? I initially
thought setting the depend type to tld but the docs say only jar,ejb and
plugin are recognized.

Unless you're on Servlet 2.2, you don't need them.  Just use the URI:
  <%@ taglib uri="http://struts.apache.org/tags-html prefix="html" %>
and the tld that's inside struts.jar will be used automatically.

--
Wendy Smoak
... on a mission to get <taglib> tags out of web.xml files.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to