We need to use multiple primefaces JSF themes in a single web application, we have several modules in the application each having their own few screens, and we want each module to have different primefaces theme,
can anyone please let us know how that can be achieved.
in web.xml we have specified :
<context-param>
<param-name>primefaces.THEME</param-name>
<param-value>start</param-value>
</context-param>
thanks