yes, but i'm using a 2.4 container... i found that jsp-config is no more in 
web.xml because my application crashed with a  "absolute uri cannot be resolved 
in either web.xml"

Matt Raible a écrit :
> If you're using a Servlet 2.3 container, you don't need to define TLDs
> in your web.xml. Just use the URI defined in the Taglibs JAR.
> 
> Matt
> 
> On 3/19/08, Jérémy Lal <[EMAIL PROTECTED]> wrote:
>> A simpler test : i just replaced xdoclet 1.2.3 jars with CVS jars on a 
>> working project and the <jsp-config> tag is not merged from taglibs.xml to 
>> web.xml
>>  so i guess it's a bug ?
>>
>>
>>
>>  Jérémy Lal a écrit :
>>
>>> Hi,
>>  > (Using xdoclet checked out yesterday from cvs)
>>  >
>>  > i'm currently moving a project from struts 1.1 to struts 1.3, and in the 
>> process my taglibs.xml file is no more included in generated web.xml...
>>  > I don't get what's wrong. I compared web.xml before and after my changes, 
>> and ONLY <jsp-config> tag disappeared. No error message.
>>  >
>>  > Would someone know what's happening ?
>>  >
>>  > Regards,
>>  >
>>  > Jeremy.
>>  >
>>  > Here is my taglibs.xml :
>>  >
>>  > <jsp-config>
>>  >   <taglib>
>>  >        <taglib-uri>http://struts.apache.org/tags-bean</taglib-uri>
>>  >        <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
>>  >    </taglib>
>>  >   <taglib>
>>  >        <taglib-uri>http://struts.apache.org/tags-html</taglib-uri>
>>  >        <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
>>  >    </taglib>
>>  >   <taglib>
>>  >        <taglib-uri>http://struts.apache.org/tags-logic</taglib-uri>
>>  >        <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
>>  >    </taglib>
>>  >    <taglib>
>>  >        <taglib-uri>http://struts.apache.org/tags-tiles</taglib-uri>
>>  >        <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>
>>  >    </taglib>
>>  >    <taglib>
>>  >        <taglib-uri>http://struts.apache.org/tags-nested</taglib-uri>
>>  >        <taglib-location>/WEB-INF/struts-nested.tld</taglib-location>
>>  >    </taglib>
>>  >   <taglib>
>>  >        <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
>>  >        <taglib-location>/WEB-INF/jstl-core.tld</taglib-location>
>>  >    </taglib>
>>  >   <taglib>
>>  >        <taglib-uri>http://java.sun.com/jstl/fmt</taglib-uri>
>>  >        <taglib-location>/WEB-INF/jstl-fmt.tld</taglib-location>
>>  >    </taglib>
>>  > </jsp-config>
>>  >
>>  >
>>  >
>>  >
>>  > -------------------------------------------------------------------------
>>  > This SF.net email is sponsored by: Microsoft
>>  > Defy all challenges. Microsoft(R) Visual Studio 2008.
>>  > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>  > _______________________________________________
>>  > xdoclet-user mailing list
>>  > xdoclet-user@lists.sourceforge.net
>>  > https://lists.sourceforge.net/lists/listinfo/xdoclet-user
>>  >
>>
>>
>>  -------------------------------------------------------------------------
>>  This SF.net email is sponsored by: Microsoft
>>  Defy all challenges. Microsoft(R) Visual Studio 2008.
>>  http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>  _______________________________________________
>>  xdoclet-user mailing list
>>  xdoclet-user@lists.sourceforge.net
>>  https://lists.sourceforge.net/lists/listinfo/xdoclet-user
>>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> xdoclet-user mailing list
> xdoclet-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to