I am using the h:outputScript-tag to add javascript-files to the page. The problem I am facing is that the browser is caching the js-files. Usually I would add a parameter to the url of the script-tag, but this doesn't work with h:outputScript.
Is there a way to pass a parameter to the h:outputScript-tag to prevent caching? I don't want to prevent caching for the whole page, but only for certain elements.