Hi Luigi Candita,
Try this in your jsp file add the below code to check the permission of signed in user to display folders
1
2boolean showfolder = DLFolderPermission.contains(permissionChecker, curFolder, ActionKeys.VIEW);
3
4if(showfolder == true)
5{
6 * then display the folder */
7 <a href="<%= folderURL %>"><%= curFolder.getName() %></a>
8 ---------------------------------------
9 ---------------------------------------
10}
Pls have a look
Click Here Be kell jelentkezni ahhoz, hogy ez helytelenként legyen megjelölve.