Page 1 of 1

Primefaces Style Doens't work correctly

Posted: 28 Mar 2019, 12:26
by Bailey654
I started a JSF project and included primefaces. But I have problems with the style. It doesn't look that nice than in the official showcase. But I have no idea why.

That's what I did so far:

I downloaded a style and extracted it into my project myprepaidcenter.
I added

Code: Select all

<link type="text/css" rel="stylesheet" href="#{request.contextPath}/resources/flick/skin.css" />
to my facelets template
I extended my web.xml with the following:

Code: Select all

<context-param>

    <param-name>primefaces.skin</param-name>

    <param-value>none</param-value>

</context-param>

Re: Primefaces Style Doens't work correctly

Posted: 17 Apr 2019, 14:49
by mert.sincan
I don't understand this issue. Why do you add the following param?

Code: Select all

<context-param>

    <param-name>primefaces.skin</param-name>

    <param-value>none</param-value>

</context-param>
Please examine our sample ronin project.

Best Regards,