10-01-2013 10:19 AM
Hello,
I want to get all the path of a document in my code XHTML but not with "name", with title as in the breadcrumbActions navigation tool.
I would like this code, but with a documentModel in parameter and not the currentDocument :
<h:column>
<nxu:dataList var="pathElement" value="#{breadcrumbActions.backendPath}">
<f:verbatim>&gt;&nbsp;</f:verbatim>
<h:outputText value="#{pathElement.name}" />
</nxu:dataList>
</h:column>
do you know how to loop on a documentModel path in xhtml ?
thanks
10-02-2013 07:55 AM
Hi,
I'm a bit late, but there's also another bean that implements this:
publishActions.getFormattedPath(model.pathAsString)
The only issue is that it concatenates documents with a hard-coded ">". Of course you could hack it with a:
publishActions.getFormattedPath(model.pathAsString).replaceAll(">", " / ")
10-02-2013 09:14 AM
Can I use this bean in MVEL or Freemarker template (and how ?) thank you
10-02-2013 09:47 AM
Sorry but it's more complicated to insert this in a template, also it depends on what templates exactly (workflow notification? other mail notifications? document template?) Anyway you'd probably have to write some Java to be able to do this.
10-02-2013 09:54 AM
Oh
10-02-2013 09:56 AM
You could post this as a new question, maybe the Nuxeo team has more to say about it.
10-02-2013 10:01 AM
Ok thanks 😉
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.