Foros de discusión

portlet execution flow problem

Nived Rajan, modificado hace 11 años.

portlet execution flow problem

Junior Member Mensajes: 36 Fecha de incorporación: 2/05/12 Mensajes recientes
i have 4 portlets in a single page name it as portlet 1 ,portlet 2, portlet 3, and portlet 4..i want to execute portlet 4 first...what should i do for this flow?
Subhash Shah, modificado hace 11 años.

RE: portlet execution flow problem

Junior Member Mensajes: 78 Fecha de incorporación: 30/11/11 Mensajes recientes
You can specify render-weight property in liferay-portlet.xml.

Liferay has an extension to the specification through the element render-weight in liferay-portlet.xml. Portlets with a higher render weight will be rendered before those with a lower value.

For more details, check following link:
http://docs.liferay.com/portal/6.0/definitions/liferay-portlet-app_6_0_0.dtd.html
Nived Rajan, modificado hace 11 años.

RE: portlet execution flow problem

Junior Member Mensajes: 36 Fecha de incorporación: 2/05/12 Mensajes recientes
thanks for replay
thumbnail
Sandip Patel, modificado hace 11 años.

RE: portlet execution flow problem

Regular Member Mensajes: 205 Fecha de incorporación: 5/01/11 Mensajes recientes
Hi Nived Rajan,

"First Execute" mean? Portlets ane indivisual application which run independently, which one execute first is depend on which portlet are you accessing?