Foren

Locating correct JSP to Hook in Liferay 6

Vasilios Kaloidis, geändert vor 7 Jahren.

Locating correct JSP to Hook in Liferay 6

New Member Beiträge: 11 Beitrittsdatum: 18.07.16 Neueste Beiträge
Hello,

I am working to hook into some functionality in the notifications portlet.

I am trying to find out which JSP files I need to hook, to modify the section next to the "Mark as Read" button in the notifications portlet. Is there a way to have debug output print to the console, which JSP's / Portlet files are being loaded when I access a page on the site - or is there a specific JSP file anyone knows-of that I can use to hook into the notifications page.

Thanks
thumbnail
David H Nebinger, geändert vor 7 Jahren.

RE: Locating correct JSP to Hook in Liferay 6

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
Notifications is a separate portlet from the core.

You need to follow the instructions for a "plugin extending a plugin" and use the notifications portlet from the marketplace as the source.