Primefaces Style Doens't work correctly

Locked
Bailey654
Posts: 1
Joined: 25 Mar 2019, 13:05

28 Mar 2019, 12:26

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>

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

17 Apr 2019, 14:49

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,

Locked

Return to “Ronin”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 7 guests