<h:outputStylesheet library="test/css" name="style.css" />
Above code is not working in wildfly 10
with jar file jsf-impl-2.2.12-jbossorg-2
.
Issue getting is:
WARNING [javax.enterprise.resource.webcontainer.jsf.application] (default task-6) JSF1064: Unable to find or serve resource, style.css, from library, test/css.
Can anyone help on this ?