JSF 2 in Appengine - EL Expressions
问题 I'm trying to run JSF on Google AppEngine, it was running smoothly till I need to use some expression languages in the XHTML page. <li class="#{cc.attrs.currentPage == 'gerar' ? 'active' : ''}"> I tried a lot of different configurations. Locally on AppEngine SDK server it works perfectly, but in production the page does not open. Anyone has a project with this environment and characteristics? What is the right maven dependencies to run EL expressions? Appegine target version: 1.9.4 <!--JSF-->