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

Reply via email to