0

I am using the solution given in What is the JSF resource library for and how should it be used? But the version is not getting appended in the generated HTML and latest css is not being picked up. I am using primefaces 5.3.

Community
  • 1
  • 1
nikhilsuri
  • 43
  • 1
  • 5
  • Can't reproduce it with PF 5.3 and latest Mojarra version (2.2.12 as of now) on a blank scratchpad project. So the cause of your problem is not visible in the information provided so far. Carefully read first section of http://stackoverflow.com/tags/jsf/info how to ask the right question and provide a MCVE. – BalusC Jan 18 '16 at 12:41
  • Thanks @BalusC, Please find the required information below : **code in my xhtml** : ``. **Genarated output** : ` – nikhilsuri Jan 18 '16 at 13:24
  • `conversationContext` suggests some other library is involved which broke this all. Orchestra perhaps? Nonetheless, requests on CSS resources doesn't need to be conversation scoped at all. And, you should really learn creating a MCVE. This way you can exclude influence of 3rd party libraries all on your own. – BalusC Jan 18 '16 at 13:25
  • @BalusC, thanks for the quick reply. You are right maybe orchestra is causing the problem. Is there a way to debug the problem or can you suggest any solution for this. – nikhilsuri Jan 18 '16 at 13:30
  • Report a bug to Orchestra guys. Or, get rid of it and migrate to CDI. Orchestra is designed with JSF 1.x in mind and not really 100% JSF 2.x targeted. – BalusC Jan 18 '16 at 13:32

0 Answers0