留言板

URL for SubFolders

Madasamy P,修改在7 年前。

URL for SubFolders

Junior Member 帖子: 90 加入日期: 16-7-27 最近的帖子
Hi,

How to get the URL for the subFolders of Production Folder

Thank You
Madasamy P,修改在7 年前。

RE: URL for SubFolders

Junior Member 帖子: 90 加入日期: 16-7-27 最近的帖子
My URL was

http://localhost:8080/web/production/file-upload?_20_folderId=184712&_20_viewEntries=1&_20_viewFolders=1&_20_struts_action=%2Fdocument_library%2Fview&_20_action=browseFolder&p_p_id=20&p_p_lifecycle=0&_20_entryStart=0&_20_entryEnd=20&_20_folderStart=0&_20_folderEnd=20

How to get this programmatically
thumbnail
Andrew Jardine,修改在7 年前。

RE: URL for SubFolders

Liferay Legend 帖子: 2416 加入日期: 10-12-22 最近的帖子
It's a render URL with parameters. _20_ is the name space for the document library portlet. If you don't have the source downloaded (you should) then yo can go into (assuming you are using tomcat) TOmCAT_HOME/webapps/ROOT/html/portlet/document_library/ and there you will see all the jsps that make up the various views for the portlet. There is a jsp called "view_folders.jsp" -- perhaps the render URL you are looking for is in there.