Hi All,
Our application is deployed in Gatein 3.6 with JBoss 7 application server. For showing menu, we are using a customized war(navigation-api-portlet.war)
Our application war(ci*****.war) and navigation-api-portlet.war resides in the same path, GateIn-3.6.0.Final-jbossas7\standalone\deployments.
The issue is that the js files in navigation-api-portlet.war are getting loaded after loading application(ci*****.war) js files.
Hence, only after loading all the portlets in dashboard, we are able to click on the menu to navigate to other pages.
Is there any solution to load the js files in navigation-api-portlet.war first.
Thanks in advance...