Help with implementing Poseidon 6.0 in a Netbeans Project (JDK 21, Jakarta EE 10, Primefaces jakarta version 13) #1470
-
Are there any updated tutorials on this matter as the documentation isn't explicit on how to do it and most of the tutorials/help I found are haven't worked. I have installed poseidon 6 jakarta locally and primefaces 13 as per:
When I run index.html it runs (without the poseidon theme)
Then I add this into my web.xml file:
And this error is what I get: Any ideas on what I am missing? |
Beta Was this translation helpful? Give feedback.
Answered by
melloware
Mar 21, 2024
Replies: 1 comment 9 replies
-
shouldn't your dependency be... <dependency>
<groupId>org.primefaces.themes</groupId>
<artifactId>poseidon</artifactId>
<version>6.0.0</version>
<classifier>jakarta</classifier>
</dependency> |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@LeoAlvesRodrigues if you are on the PrimeFaces Discord channel send me a DM i might be able to help you figure this out.