掲示板

URL for SubFolders

7年前 に Madasamy P によって更新されました。

URL for SubFolders

Junior Member 投稿: 90 参加年月日: 16/07/27 最新の投稿
Hi,

How to get the URL for the subFolders of Production Folder

Thank You
7年前 に Madasamy P によって更新されました。

RE: URL for SubFolders

Junior Member 投稿: 90 参加年月日: 16/07/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
7年前 に Andrew Jardine によって更新されました。

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.