taglibs don't require to have TLD files extracted from jars as long as you
use the taglib URI in your JSP <%@ taglib %> directives. Use maven to get
jars in your web-inf/lib and all taglibs will be detected at server startup.

Nico.


2008/1/13, AsafM <[EMAIL PROTECTED]>:
>
>
> Hi All,
>
> I have a web application we're developing,  using servlets and JSP's on
> JBoss with embedded Tomcat.
>
> We want to use Jakarta taglib, which comes as a JAR file from maven
> repository (the global one).
>
> The problem is that using it requires a manual-copy step of the .TLD files
> from the META-INF directory in the JAR file to our src/main/webapp/WEB-INF
> directory.
>
> (See instructions in  http://jakarta.apache.org/taglibs/binarydist.html
> instructions for installing Jakara Taglibs )
>
> Has anyone used Jakarta Taglibs together with maven  and solved this?
> --
> View this message in context:
> http://www.nabble.com/Working-with-Jakarta-taglibs---question-tp14787960s177p14787960.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to