Sadly it did not work :-( I still get the same message in server.log that says 
: "alad:documentFullPath not found"

Of course alad is my taglib prefix and documentFullPath is my test function.

Thanks for your help anyway I really hoped it was the solution when I saw the 
content of the nuxeo.war/META-INF 

Folder.

 

Olivier

 

 

________________________________

De : Nel Taurisson [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 11 juin 2008 15:21
À : DUHART Olivier
Cc : [email protected]
Objet : Re: [Ecm] how to add custom taglibs ?

 

Hi,

I'm not shure because I haven't tested it, but you should have a look at 
nuxeo-platform-forms-layout-client contrib which adds the nxweb-layout taglib.

What I understand is that the taglib should be deployed to nuxeo.war/META-INF. 
In the contrib cited above, the taglib is stored in the WEB folder and the 
deployment-fragment.xml has these directives :

    <unzip from="${bundle.fileName}" to="${bundle.fileName}.tmp">
      <include>WEB/**</include>
    </unzip>

    <copy from="${bundle.fileName}.tmp/WEB/" to="nuxeo.war/META-INF/" />

    <delete path="${bundle.fileName}.tmp" />

tell me if its ok.

Nel




2008/6/11 DUHART Olivier <[EMAIL PROTECTED]>:

Hi,

 

I need to add a personal taglib  for uniform presentation purpose but adding  :

 

<extension target="web#CONTEXT-PARAM">
  <context-param>
    <param-name>facelets.LIBRARIES</param-name>
    <param-value>
        /WEB-INF/tomahawk.taglib.xml; /WEB-INF/nxdirectory.taglib.xml;
        /WEB-INF/nxweb-html.taglib.xml; /WEB-INF/nxweb-util.taglib.xml;
        /WEB-INF/nxweb-document.taglib.xml;
      </param-value>
    </context-param>
  </extension>

 

in my deployment-fragment.xml  causes Nuxeo not working anymore due to

the org.nuxeo.ecm.platform.ui.web nuxeo project that does the same ,as explained

here : http://jira.nuxeo.org/browse/NXP-755 . But the preceding link does not 
give

the solution to my problem (at least not clearly enough). Does any of you have 
encounter

and bypass this problem ?

 

Thanks,

 

Olivier Duhart 

 

 


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

 

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to