Fórum

Interdependent Hooks , How to specify dependencies

sandeep g, modificado 8 Anos atrás.

Interdependent Hooks , How to specify dependencies

Junior Member Postagens: 29 Data de Entrada: 18/11/14 Postagens Recentes
I have a two hooks. One hook is dependent on another hook. How can we specify which one to load first.
thumbnail
Samuel Kong, modificado 8 Anos atrás.

RE: Interdependent Hooks , How to specify dependencies

Liferay Legend Postagens: 1902 Data de Entrada: 10/03/08 Postagens Recentes
Try adding a required-deployment-contexts to your liferay-plugin-package.properties file. For an example, take a look at test-dependency-able-portlet.
sandeep g, modificado 8 Anos atrás.

RE: Interdependent Hooks , How to specify dependencies

Junior Member Postagens: 29 Data de Entrada: 18/11/14 Postagens Recentes
Thankyou will give it a try.