Hi
The jsp spec 1.2 says that All i need to do is drop tld files in web-inf 
folder or subdirectory OR drop tlds packaged in jars in web-inf/lib folder   
and I can use the uri (in these tld files ) in my jsp like

<%@ taglib uri="myuri" prefix... %>

but the implementation of 4.03 doesnt support autodiscovery at all.

SO i checked 4.04 (26th march build)  and it supports it but only for 
packaged jars(when my tld is inside the meta-inf folder of the jar)  why not 
for tld files in web-inf folder. Is there anything I am missing or is this 
being worked upon.
The problems i observed  in latest tomcat  4.04  (26th march) are below
/WEB-INF/x.tld  ----no autodiscovery of the uri in this file

/WEB-INF/sub-folder/q.tld --- no autodiscovery of the uri in this file

/WEB-INF/lib/y.jar (with a file meta-inf/y.tld) -- autodiscovery works for 
the uri in y.tld

/WEB-INF/lib/y.jar (with a file meta-inf/sub-folder/z.tld) --- autodiscovery 
doesnt work

/WEB-INF/lib/sub-folder/y.jar (with file in meta-inf/a.tld)  
---autodiscovery doesnt work

...else where

i think iam right the next one shouldnt work (it anyway doesnt work now)
/myjspfiles/test.tld ---autodiscovery doesn work ( i think it shouldnt work 
(or i am not sure) )


*PS: Does autodiscovery happen only for tld and jars in web-inf folder or 
anywhere in the web application (ie if i place a tld or a packaged jar with 
my jsp file. Can i use the uri in these tlds or not ?

Thanks
Raj


_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


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

Reply via email to