Fórum

RE: Custom portal pages

thumbnail
Bart Simpson, modificado 11 Anos atrás.

RE: Custom portal pages

Liferay Master Postagens: 522 Data de Entrada: 29/08/11 Postagens Recentes
The simplest would be a language hook, and change the messages that get displayed by default. (http://www.liferay.com/documentation/liferay-portal/6.0/development/-/ai/overriding-a-language-properties-file)

Otherwise use the custom jsp + struts action hook and add sessionError messages http://www.liferay.com/community/wiki/-/wiki/Main/User+Feedback+-+Success+and+Error+Messages+in+Portlets
Anil KC, modificado 11 Anos atrás.

RE: Custom portal pages

Junior Member Postagens: 35 Data de Entrada: 21/12/12 Postagens Recentes
Bart Simpson:
The simplest would be a language hook, and change the messages that get displayed by default. (http://www.liferay.com/documentation/liferay-portal/6.0/development/-/ai/overriding-a-language-properties-file)

Otherwise use the custom jsp + struts action hook and add sessionError messages http://www.liferay.com/community/wiki/-/wiki/Main/User+Feedback+-+Success+and+Error+Messages+in+Portlets


First of all my need is beyond portlet. Its for portal itself. And the next creating jsp is not the hard part i am facing. I want to know the filters or servlets from where the error page is rendered.
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Custom portal pages

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Look at files in the following directory in liferay's source code:

portal-web/docroot/html/portal