Liferay 7.3 - Pass/set custom/own folderId to DLAdminDisplayContext

Jamie Sammons, geändert vor 3 Jahren. Junior Member Beiträge: 72 Beitrittsdatum: 17.02.14 Neueste Beiträge

Hi Team,

I want pass/set custom/own folderId to DLAdminDisplayContext before rendering overriden document_library/view.jsp ( jsp fragment-host)

 

Can any one help me out, How to implement in Liferay 7.3.

thumbnail
Olaf Kock, geändert vor 4 Jahren. Liferay Legend Beiträge: 6441 Beitrittsdatum: 23.09.08 Neueste Beiträge

Can you elaborate a bit on the use case? E.g. why did you choose this solution, what's the underlying business problem?

Chanakya P, geändert vor 3 Jahren. Junior Member Beiträge: 72 Beitrittsdatum: 17.02.14 Neueste Beiträge

Hi Olaf Kock,

Thanks for your reply.

Use Case:

We want to show the perticular folder related documents when specific page hit/access by the user.

Actual Result:

When user hit/access the page, it displaying all the folders and documents of site.

Expected Result:

When user hit/access the page, it should display the perticular folder related documents only.

Note: We already setting the Folder in renderRequest from CustomMVCRenderCommand class.

Ex:

renderRequest.setAttribute(
WebKeys.DOCUMENT_LIBRARY_FOLDER, Folder));

thumbnail
Russell Bohl, geändert vor 4 Jahren. Expert Beiträge: 308 Beitrittsdatum: 13.02.13 Neueste Beiträge

There's a widget configuration for that.

1. Place your files into the folder you'd like to use

2. Place the Documents and Media widget on the page.

3. Open the widget configuration screen.

4. In the Folders Listing section, select the folder you want to display and save.

That's it. If you're trying to describe something different, you'll need to elaborate even more on what you're trying to accomplish.