Sou novo com o primeface. Por favor me ajudem utilizar tema personalizado gerado no site http://jqueryui.com/themeroller.
Eu gerei o zip através do site apontado.
O que faço com o zip ? Coloquei no WebContent/WEB-INF/lib e adicionei ao buildpath.
No web.xml adicionei isso:
<context-param>
<param-name>primefaces.THEME</param-name>
<param-value>smoothness</param-value>
</context-param>
Porém estou recebendo este erro ao executar a aplicação:
HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Error loading theme, cannot find "theme.css" resource of "primefaces-smoothness" library
root cause
javax.faces.FacesException: Error loading theme, cannot find "theme.css" resource of "primefaces-smoothness" library
note The full stack traces of the exception and its root causes are available in the GlassFish Server Open Source Edition 3.1.1 logs.
O themes.css não esta mesmo no zip.
Por favor me ajudem.
Abraços.