Foros de discusión

How to display My Two Portlets on click of a Button inside Page .

Ravi Kiran, modificado hace 12 años.

How to display My Two Portlets on click of a Button inside Page .

Junior Member Mensajes: 98 Fecha de incorporación: 12/12/11 Mensajes recientes
Hi ,

I am able to display to display my custom Portlet ,

This is my simple JSP View page with a Submit Button on it .

On clicking of this submit button , i am using a Custom Portlet class which extends GenericPortlet .

Now my requirement is on clicking of that Submit button i want to display my other Portlets within the page .

Please tell me how to call my other two Portlets on click of the Submit button in JSP Page
thumbnail
David H Nebinger, modificado hace 12 años.

RE: How to display My Two Portlets on click of a Button inside Page .

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
Portlets should not trigger addition of other portlets on a page.

Your page should already contain the 3 portlets.

The portlet w/ the submit button should use IPC to have the other 2 portlets change their views.