Subject: Can someone add a <uri> to the tiles.tld?
From: "Loren Halvorson" <[EMAIL PROTECTED]>
 ===
I am using the auto-discovery feature of tld's (see
http://www.onjava.com/pub/a/onjava/2001/10/10/jsp.html?page=2)  This makes
it so you don't have to declare your <taglib> entries in web.xml, provided
you use the tag's suggested URI.

I notice that all of the struts-*.tld include a line like this:

  <taglib>
  :
  <uri>http://jakarta.apache.org/struts/tags-bean-1.0</uri>
  :

But the tiles.tld does not.  I think it's a less than trivial change for
someone, but really simplifies using these tag libraries.  Drop it in your
WEB-INF\lib and start using it in your pages with:
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean-1.0";
prefix="bean" %>
Nothing required in web.xml.

Thanks,
--Loren



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

Reply via email to