jsf - <h:outputstylesheet > doesn't work -
this question has answer here:
i working on migration project jsf 1.2 jsf 2.2, followed correctly steps migration when want change old tag import css files new tag ,this later doesn't work , css files imported!! pliz , thx in advance!
<h:head><h:outputstylesheet library="css" name="style.css"/></h:hea>
the tag
<h:outputstylesheet library="css" name="style.css" />
with capital s, typo ;)
btw prefer use pure html import css no need use tag library that
Comments
Post a Comment