Compatibility

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
procarito
Posts: 12
Joined: 06 Sep 2019, 11:21

06 Sep 2019, 11:27

Hello, my Company bought this Serenity Theme, which is great. We would like to implement this on two different environments. My Question is if this is possible?
1. Environment: Glassfish JSF 2.2.17, Liferay 6.2 Primefaces 7.0
from the Pom file:
<dependency>
<groupId>javax.faces</groupId>
<artifactId>javax.faces-api</artifactId>
<version>2.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.faces</artifactId>
<version>2.2.17</version>
<scope>runtime</scope>
</dependency>
2. Environment: Glassfish JSF 2.3 Liferay 7 Primefaces 7.0
from the Pom file:
<dependency>
<groupId>javax.faces</groupId>
<artifactId>javax.faces-api</artifactId>
<version>2.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.faces</artifactId>
<version>2.3</version>
<scope>runtime</scope>
</dependency>

Would we habe problems?
Thanks in advance

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

12 Sep 2019, 15:42

I don't think you're going to have a problem. You can use layout with them.

Best Regards,

Post Reply

Return to “Serenity - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests