Duplicated primefaces version in href link #51
-
|
Hi, I noticed that in page source I see duplicated parameteres v=13&v=13 ie: It's attached to all the resources automatically generated on server side. ( jquery, components etc ) Is there a way to deduplicate this? Marek |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
@MarqGrivkow you must have custom resource handler or somehow two PF jars? if you look at the PF Showcase I only see this: <link type="text/css" rel="stylesheet" href="/showcase/javax.faces.resource/theme.css.xhtml?ln=primefaces-saga&v=13.0.0" />And I am looking at all my PF 13 apps and I only see 1 |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Thank you again! You were right. The problem was in dependencies. I've been exporting additional jar in maven plugin. It solves my problem. |
Beta Was this translation helpful? Give feedback.
-
|
As @melloware wrote - I checked dependencies and removed part responsible for exporting additional jar to lib. |
Beta Was this translation helpful? Give feedback.
@MarqGrivkow you must have custom resource handler or somehow two PF jars? if you look at the PF Showcase I only see this:
And I am looking at all my PF 13 apps and I only see 1
v=13.0.0in all URLs