Page 1 of 1

Template not shown

Posted: 13 Aug 2017, 14:29
by NicoDeluxe
I wanted to use Eclipse, but i dont know why the example ist not correct shown in the browser.

I copied the omega files into my workspace, but i cant see the correct template. any hints?

Structure
http://imgur.com/a/Etasq

Here you will see ow it looks
http://imgur.com/a/toktN

Re: Template not shown

Posted: 14 Aug 2017, 08:13
by mert.sincan
Do you have layout*.css in your project? I think this link can help to you;
https://www.dropbox.com/s/s9cle2xqbwbu8 ... t.mp4?dl=0

Re: Template not shown

Posted: 14 Aug 2017, 17:45
by NicoDeluxe
Hi thanks, its almost done. I see only grey buttons etc. not this one from omega

in webxml i activated omega but it looks like in the link

http://imgur.com/a/pSW5p

web.xml
<context-param>
<param-name>primefaces.THEME</param-name>
<param-value>omega</param-value>
</context-param>
<context-param>
<param-name>primefaces.FONT_AWESOME</param-name>
<param-value>true</param-value>
</context-param>

Re: Template not shown

Posted: 17 Aug 2017, 11:40
by mert.sincan
Which PrimeFaces version are you using? Did you try our sample project? Do you get an error in browser console?