jsf 2 - index page rendered as xml instead of html -
this question has answer here:
i have web app have tested locally , works fine, on deployment production server (manually without netbeanside) on glassfish 3.1.2 , deploys on running url see xhtml content instead of applications login page. missing. if have tried re-deploying war file no luck.
ui:composition xmlns:ui='http://xmlns.jcp.org/jsf/facelets' template='/web-inf/templates/temp.xhtml' ui:define name='dynamiccontent' ui:composition
instead of actual html markup
i found out problem netbeans ide using glassfish4, , production 3.1.2, after installation , configuration of v4 on production ok.
Comments
Post a Comment