I would like to redirect from a page in webapp/index to a page in WEB-INF/user.xhtml How can I do that in jsf ?
regards,
The WEB-INF folder is not destinated for web files: .xhtml,.jsf,etc. But rather for template files that haven't to be targeted directly and couldn't be.
.xhtml
.jsf
The WEB-INF folder is not destinated for web files:
.xhtml
,.jsf
,etc. But rather for template files that haven't to be targeted directly and couldn't be.