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

Jamie Sammons modifierades för 3 År sedan. Junior Member Inlägg: 72 Anslutningsdatum: 2014-02-17 Senaste inlägg

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 modifierades för 4 År sedan. Liferay Legend Inlägg: 6441 Anslutningsdatum: 2008-09-23 Senaste inlägg

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 modifierades för 3 År sedan. Junior Member Inlägg: 72 Anslutningsdatum: 2014-02-17 Senaste inlägg

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 modifierades för 4 År sedan. Expert Inlägg: 308 Anslutningsdatum: 2013-02-13 Senaste inlägg

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.