redirection with jsf - from a page in web to a page in WEB-INF

349 views Asked by At

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,

1

There are 1 answers

0
Omar On

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.