I have also suffered from problem of jsf tags
, not rendered at all. I used welcome file in web.xml
as login/entry.xhtml
.
When I changed that file to faces/login/entry.xhtml
, it is working well.
It must be due to facesServelet
is not intercepting
the page.
It leads to rendering of only plain html and jsf tags are simply ignored.