0

I am working on a migration project from jsf 1.2 to jsf 2.2, I followed correctly the steps to do this migration but when I want to change the old tag to import css files by the new tag ,this later doesn't work and any css files imported!! pliz help and thx in advance!

<h:head><h:outputstylesheet library="css" name="style.css"/></h:hea>

1 Answers1

0

The tag is

<h:outputStylesheet library="css" name="style.css"  />

With capital S, Probably a typo ;)

Btw i prefer to use pure html to import css no need to use a tag library for that

rick
  • 1,869
  • 13
  • 22