Stop f: ajax From Auto Including JavaScript jsf.js? Ln = javax.faces

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.

+4
source share

Source: https://habr.com/ru/post/1400430/


All Articles