0 votes
in JSF by
How to access JS (JavaScript) File in JSF (JavaServer Faces) application?

1 Answer

0 votes
by

The <h:outputScript> tag is used to access JavaScript file in the web application. You must create a subdirectory inside the resources folder.

Related questions

0 votes
asked Sep 14, 2022 in JSF by sharadyadav1986
0 votes
asked Sep 14, 2022 in JSF by sharadyadav1986
...