freemarker
Hello, We got a strange behaviour in freemarker template. A document template is write in Freemarker and do the operation document.parent on a nuxeo document even if user has no read right on it during a workflow process (A workflow is run by ...
0 votes
0 answers
0 comments
3245 views
Hello, I would like do the same as : Xhtml : get all a document path with “Title” and not “name” but in document template (Code in freemarker) for email, pdf, xls extraction. So I got a “Document” in my template and need to write it's path, not with ...
0 votes
1 answers
2 comments
3362 views
Hello, ${baseURL} in freemarker document template is empty. Why? thanks
0 votes
1 answers
4 comments
5091 views
Hello, I declared freemarker function that are common to all my freemarker templates. So I dream to use freemarker code in this nuxeo freemarker document template : <#include "file_of_functions"> But: is it possible with nuxeo template ? what ...
0 votes
0 answers
0 comments
1649 views
Hello, I want to insert an image in a document template with freemarker language like this: <img src="/img/FAQIcon.png"> Document is in HTML then it's converted into PDF :-( This image is not in the final document, I just got an empty square. ...
1 votes
1 answers
1 comments
16128 views