My taglibs

<?xml version="1.0" encoding="ISO-8859-1" ?>
<taglib xmlns="http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="2.0"
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd";>
        <tlib-version>1.0</tlib-version>
...
</taglib>

has not problem in classes/META-INF

2010/7/5 Rick Mann <rm...@latencyzero.com>:
>
> On Jul 4, 2010, at 21:55:34, Wesley Wu wrote:
>
>> Hi Rick
>>
>> Try to place the tld at WEB-INF/classes/META-INF/your_tld_file.tld.
>
> I don't think that should be necessary. You're supposed to be able to place a 
> directory inside WEB-INF/tags, and then .tag files inside that, and create 
> namespace of tags in that directory.
>
> --
> Rick
>
>
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
>


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to