Grid CSS in my projet

UI Components for JSF
Post Reply
foka
Posts: 1
Joined: 06 Sep 2016, 15:14

22 Sep 2016, 17:58

Hi guys,

please help me i am a beginner to primefaces . how i do to use the Grid CSS in my projet so i define the theme in my pom.xml also in web.xml using a required tag but when i run the file who content the Grid CSS. style does'nt waka in the page

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

06 Oct 2016, 08:58

The classes of Grid css are in jar file of primefaces. Therefore, you only need the following block;

Code: Select all

<dependency>
       <groupId>org.primefaces</groupId>
      <artifactId>primefaces</artifactId>
      <version>6.0</version> /* or 6.0.x */
</dependency>
Exp; http://www.primefaces.org/showcase/ui/panel/grid.xhtml

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 15 guests