Foros de discusión

Locating correct JSP to Hook in Liferay 6

Vasilios Kaloidis, modificado hace 7 años.

Locating correct JSP to Hook in Liferay 6

New Member Mensajes: 11 Fecha de incorporación: 18/07/16 Mensajes recientes
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, modificado hace 7 años.

RE: Locating correct JSP to Hook in Liferay 6

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
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.