Foros de discusión

RE: Custom portal pages

thumbnail
Bart Simpson, modificado hace 11 años.

RE: Custom portal pages

Liferay Master Mensajes: 522 Fecha de incorporación: 29/08/11 Mensajes recientes
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 hace 11 años.

RE: Custom portal pages

Junior Member Mensajes: 35 Fecha de incorporación: 21/12/12 Mensajes recientes
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 hace 11 años.

RE: Custom portal pages

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Look at files in the following directory in liferay's source code:

portal-web/docroot/html/portal