09-14-2017 04:48 AM
Hi,
I want to display in a fancybox, names of documents selected in a folder (before launch automation). In the fancybox, I can show the name of the folder with currentDocument.title EL Expression. Can i retrieve selected documents names with an EL Expression in my fancybox ?
Thanks
09-14-2017 07:41 AM
<c:forEach var="docSelected" items="#{documentsListsManager.getWorkingList('CURRENT_SELECTION')}" >
<h:outputText value="#{docSelected.title}" />
</c:forEach>
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.