forward « Liferay « JSP-Servlet Q&A





1. JSP Forwarding    liferay.com

2. Forward One JSP to Another JSP    liferay.com

If your portal is a struts based portlet then you can use the portalaction to display the new page. If you are using jsf you can do the same by having the jsf engine display the page. If you are using the JSPPortlet bridge then you may have an issue. Another option would be to create your own portlet class and ...