is it possible to load JS and CSS files in JSF pages without mentioning them using <link>
or <script>
.
I want to dynamically load the css and js, so that I can avoid writing so much code.
is it possible to load JS and CSS files in JSF pages without mentioning them using <link>
or <script>
.
I want to dynamically load the css and js, so that I can avoid writing so much code.