I'm reluctant to put portlet-specific JS or CSS in them unless <portlet:namespace /> works in them as well. Is it good practice to just hope that the function/variable names or class names I choose to use are unique enough?
| |||||||
feedback
|
|
I would suggest that you use the Portlet ID in your CSS files as prefix so something like:
It won't look pretty, but it should be Unique as you're going to get as there shouldn't be any other portlets with the same name in the same WAR file. Maybe someone else has a better idea?! | |||||
feedback
|