Harsh Kanakhara
Harsh Kanakhara

Reputation: 1153

Adding Alloy UI External Script in Liferay

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

Answers (1)

Ramzi Elwafi
Ramzi Elwafi

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

Related Questions