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

Popular posts from this blog

c++ - list<myClass<int> * > sort -

SoapUI on windows 10 - high DPI/4K scaling issue -

java - why am i getting a "cannot resolve method" error on getApplication? -