Primefaces override doesn't work after non ajax refresh
问题 I'm faced with an annoying primefaces-bug. I have 2 commandLinks for changing languages: <p:commandLink action="#{language.setLanguage('de')}" ajax="false"> <h:graphicImage value="/resources/images/flags/germany.png" style="vertical-align: middle;width:40px;height:34px" /> </p:commandLink> if I change the locale now, the page is reloaded but it seems like the primefaces overrides are gone. At least the texts are bigger... Is this a familliar issue? regards 回答1: I would have just commented,