From: "Scott Purcell" <[EMAIL PROTECTED]>

I was told by my administrator, that I I take out entries from the
web.xml file and use the url from the jar file, and if the site that
the url points to is down, that the code will break.

It's not a URL, it's a URI. :) None of the URIs for the Struts tag libraries points to a file on the internet. For example: http://struts.apache.org/tags-html

The official answer is found in the JSP Specification, which you can get here: http://www.jcp.org/aboutJava/communityprocess/final/jsr053/

Section JSP.7.3 talks about how the tld files are mapped, which is by first loading the ones specified in web.xml, and then adding any that it finds in the META-INF directory of a .jar file.

--
Wendy Smoak

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

Reply via email to