Hi, I'm new to myfaces. My question is: Can I put all my jsp files (except index.jsp) into a directory under WEB-INF? With spring webmvc I could protect my jsp files that way for example with a InternalResourceViewResolver. Is there a similar functionality in myfaces?
Thanks Dieter

