I have multiple JSP portlets on a PSML page. Each JSP portlet page uses common code by including various common JSP files.
Thus common JSP files are actually included multiple times in one PSML page due to multipel portlets including these. It creates many issues including Javascript code that is over written by portlets. What should be best approach to include common jsp files only once. May be some sort of conditionall inclusion or J2 has some recommended way to do this. Thanks