portal: common.js is included serveral times
--------------------------------------------
Key: TRINIDAD-1910
URL: https://issues.apache.org/jira/browse/TRINIDAD-1910
Project: MyFaces Trinidad
Issue Type: Bug
Components: Portlet
Affects Versions: 1.0.10-core
Reporter: Daniel Niklas
The commons.js is included several times, when you have more than one
trinidad-porlet on your portal-site.
In XhtmlUtils#writeLibImport there is a mechanism to prevent including
javascript libs more than one time (portal environment). This mechanism is not
working, when you have more than one Trinidad-portlets within different web
apps.
The problem is, that the key contains the webapp context!
Here " _uixJSL" for example contains:
"/webapp-one/adf/jsLibs/Common1_0_10.js"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.