Page 1 of 1

Acquired the Barcelona theme, the project and jar does not run, help me

Posted: 07 Dec 2020, 20:21
by Jponto1
I have downloaded the .rar 2.0.0 for primafaces 7, but I can't find how to apply it to my project, the tag project of mave does not run in Glassfish 4, with java 7, also the jar downloaded from layuot is not recognized by my application

Can you tell me the actions that I should do?

Re: Acquired the Barcelona theme, the project and jar does not run, help me

Posted: 10 Dec 2020, 20:16
by mert.sincan
Hi,

You need to remove jetty settings and the following listener in web.xml on our sample project;

Code: Select all

<listener>
        <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
</listener>
Also, these videos can help you to integrate it into your project;
https://www.dropbox.com/s/gat9a4ym373mi ... t.mp4?dl=0
https://www.dropbox.com/s/2p74g63wldbov ... t.mp4?dl=0
https://www.dropbox.com/s/s9cle2xqbwbu8 ... t.mp4?dl=0
These videos are for a maven project. But, you can review the same steps to integrate the layout's features. You need to add all layout files in the layout.zip to your project.

Best Regards,