I am using the standard f: ajax component on several of my pages, and I would like this component not to automatically import the jsf.js JavaScript file? ln = javax.faces so that I can load it myself into a copy that I just save along with my other static resources in my application.
Is there a way to turn off the automatic inclusion of this JavaScript file, and will I skip something if I maintain it myself?
Thanks.
source share