Trying to include stylesheet in JSF2 using below tag
<h:outputStylesheet name="css/test.css" />
However it's not picking and the directory structure of the stylesheet as follows
WebContent-->css-->test.css
Can anyone please help me to resolve the issue?