掲示板

Locating correct JSP to Hook in Liferay 6

7年前 に Vasilios Kaloidis によって更新されました。

Locating correct JSP to Hook in Liferay 6

New Member 投稿: 11 参加年月日: 16/07/18 最新の投稿
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
7年前 に David H Nebinger によって更新されました。

RE: Locating correct JSP to Hook in Liferay 6

Liferay Legend 投稿: 14917 参加年月日: 06/09/02 最新の投稿
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.