Page 1 of 1

Avalon theme.css Problem

Posted: 13 Aug 2017, 01:35
by Hickaru
Hello, I'm trying to run the sample project that comes in the Avalon template and I get the following error:

javax.faces.FacesException: Error loading css, cannot find "theme.css" resource of "primefaces-avalon-blue" library

Any ideas or suggestions?

Re: Avalon theme.css Problem

Posted: 13 Aug 2017, 02:36
by Hickaru
Fix it by adding the jar avalon-template.jar


Beginner error :roll: :roll:

Re: Avalon theme.css Problem

Posted: 14 Aug 2017, 10:43
by mert.sincan
Glad to hear, thanks for the update! Also, next time, please use Avalon forum for your questions; viewforum.php?f=68

Re: Avalon theme.css Problem

Posted: 25 Sep 2018, 19:25
by marcelocaser
Hi have the same problem but i can't found file avalon-template.jar....

Re: Avalon theme.css Problem

Posted: 26 Sep 2018, 15:10
by mert.sincan
Please add avalon-theme-<version>.jar into your project;

Also, I think these links can help to you to integrate the theme and layout into your project;
https://www.dropbox.com/s/gat9a4ym373mi ... t.mp4?dl=0
https://www.dropbox.com/s/2p74g63wldbov ... t.mp4?dl=0
https://www.dropbox.com/s/s9cle2xqbwbu8 ... t.mp4?dl=0

If you can use our sample project, please try the following command;

Code: Select all

sass -w src/main/webapp/resources/ --sourcemap=none
mvn jetty:run