cancel
Showing results for 
Search instead for 
Did you mean: 

Display selected documents in FancyBox

David79_
Champ on-the-rise
Champ on-the-rise

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

1 REPLY 1

David79_
Champ on-the-rise
Champ on-the-rise
<c:forEach var="docSelected" items="#{documentsListsManager.getWorkingList('CURRENT_SELECTION')}" >
  <h:outputText value="#{docSelected.title}" />
</c:forEach>
Getting started

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.