Hello, I am trying to add a new facelet tag library to my project which allows to draw charts using JFreeChart. To do so i added the following to my deployment-fragment.xml :
<extension target="web#CONTEXT-PARAM"> <context-param> <param-name>facelets.LIBRARIES</param-name> <param-value> WEB-INF/chartcreator.taglib.xml; </param-value> </context-param> </extension> The problem is that another nuxeo project "org.nuxeo.ecm.platform.ui.web" do the same so i end up with a generated web.xml containing 2 "facelets.LIBRARIES" context-param. Because of that the nuxeo.war won't deploy anymore. What can i do without altering the nuxeo projects to have only one facelets.LIBRARIES declaration? Frédéric
_______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
