I want to use Bootsfaces for JSF, I was checking their website and I follow the steps to start working with it but when I run my app the CSS it´s not loading.
My project is on Maven also.
- I download the JAR from their website.
- I load that JAR to my project
- I put the code from the example
But the css is not working, any idea, has anyone worked with this before?
I'm starting on bootfaces too. For me, it seems to be best designed face for JSF.
About your problem, did you inserted the
xmlns
line on the HTML tag? This one:Your HTML tag should look like this:
I hope it helps you!