掲示板

How to include js files in jsp

6年前 に Aruna Challa によって更新されました。

How to include js files in jsp

New Member 投稿: 17 参加年月日: 12/10/30 最新の投稿
hi,anybody give me idea of including js files in jsp
thumbnail
6年前 に David H Nebinger によって更新されました。

RE: How to include js files in jsp

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
Aruna Challa:
hi,anybody give me idea of including js files in jsp


You shouldn't do this. There is no way for the portal to properly aggregate the included JS, reduce duplicates, manage caching, include in proper location for inclusion, ...

Instead the JS should be identified in the appropriate property keys in the component annotation of your portlet class.









Come meet me at 2017 LSNA!
6年前 に Aruna Challa によって更新されました。

RE: How to include js files in jsp

New Member 投稿: 17 参加年月日: 12/10/30 最新の投稿
David H Nebinger:
Aruna Challa:
hi,anybody give me idea of including js files in jsp


You shouldn't do this. There is no way for the portal to properly aggregate the included JS, reduce duplicates, manage caching, include in proper location for inclusion, ...

Instead the JS should be identified in the appropriate property keys in the component annotation of your portlet class.


thanku for the reply david,can i add two or more js file in the component
thumbnail
6年前 に David H Nebinger によって更新されました。

RE: How to include js files in jsp

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
Yes, you can repeat as many times as necessary.










Come meet me at 2017 LSNA!