Reputation: 1153
I am creating a aui script in jsp page and it worked successfully but when I create a externally copy of that script and including it using liferay-portlet.xml it is not working
After adding External Script no events get Fired.
Can anyone help me on how to include external aui-script file ?
Any help would be appreciated.
Upvotes: 1
Views: 438
Reputation: 1
Usually this problem occur due to the <portlet:namespace/>
tag. In the external script you have to explicitly set the value of your portlet namespace.
Upvotes: 0