views:

201

answers:

1

I'm tryin to setup a custom error page in Liferay portal if at least one portlet fails

The portal always forward to portlet_error.jsp and display a red zone in the portlet position.

How can I set a redirect or a forward to a page that fills the complete page layout?

Regards

A: 

Inside your JSP you can redirect to a page in Liferay, which can have just one portlet or the way you want it.

Or write your own servlet which in case of error redirects to page in liferay instead of a JSP

Tina Agrawal