Questions tagged [adminfaces]

JSF Primefaces theme based on Admin LTE and Bootstrap

AdminFaces

AdminFaces is a theme for the popular JSF extension PrimeFaces.


AdminFaces extends the default PrimeFaces theme collection with a free, open-source and good-looking one.

AdminFaces is based on AdminLTE and Bootstrap.


AdminFaces can easily integrated in every JSF PrimeFaces project by using Maven:

<dependency>
    <groupId>com.github.adminfaces</groupId>
    <artifactId>admin-theme</artifactId>
    <version>1.0.0</version>
</dependency>

OR

Programmatically including it. See Applying theme in PrimeFaces.

As final step the primefaces theme must be specified in the web.xml.

<context-param>
    <param-name>primefaces.THEME</param-name>
    <param-value>admin-1.0.0</param-value>
</context-param>

One can also find various showcases on github or this live one (may be broken sometimes).


See Also

AdminFaces Theme

AdminFaces Docs

AdminFaces Showcase

AdminFaces Starter (also a showcase)

AdminFaces Starter Security (also a showcase)

6 questions
2
votes
0 answers

Cannot find theme.css resource of AdminFaces

I'm using PrimeFaces 6.0 to develop a business application. Now my UI looks very primitive. I just want to re-design it by using AdminFaces templates (1.0.0-RC18). I don't have any idea about this, can anyone can help me to solve my issue. How I can…
Arun Ap
  • 21
  • 2
1
vote
0 answers

Browser back button is not 'disabled' on log out in jsf and spring boot

I have used join faces to integrate jsf and spring boot and added admin-faces which works fine. However I have an issue when a user log out from jsf homepage to login such that a user can still click browser back button and navigate back to the…
Nemuga Dev
  • 334
  • 4
  • 10
0
votes
1 answer

how to use adminfaces spring boot master?

I am new to spring boot, I am trying to use the master dashboard to be admin faces spring boot master. I download the project from GitHub, https://github.com/miltonbo/adminfaces-spring-boot when I run the project, I got this eror:"APPLICATION FAILED…
Tigray
  • 1
  • 2
0
votes
0 answers

Spring Boot with JSF AdminFaces deployment issue in Wildfly 8.2.1

I'm trying to deploy my JSF (Primefaces & Adminfaces) Spring Boot project on wildfly 8.2.1, but the following exception was thrown: 23:06:30,764 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-10) MSC000001: Failed to start service…
0
votes
1 answer

How to install adminlte on netbeans 11

I have just upgraded from netbeans 8.2 to Apache Netbeans 11 in order to start my first webapp. I would like to use adminfaces and I am stuck. I first used the admin-starter project and cloned it from github. In netbeans IDE I always got the…
RG01
  • 121
  • 1
  • 1
  • 9
0
votes
2 answers

Why doesn't Apache Shiro's [anon] Filter work correctly?

I tried to use authentication with Apache Shiro on my project, but without succes. I can't discover where is the trouble. I need only that whoever user access the page /pages/principal/products.xhtml directly, choose the product to buy and then be…
ffSouza
  • 93
  • 8