Resource « JSP « JSF Q&A





1. The requested resource not available in case of JSF    stackoverflow.com

I am using JSF in one of my application and the scenario is as follows:

  1. I have "pages" folder under "WEB"
  2. in side "pages" I have "a.jsp"
  3. When I deploy this application with the ...

2. JSF HelloWorld The requested resource () is not available    stackoverflow.com

I'm trying to make HellowWorld app with JSF. I make Dynamic web proj, choose JSF v 2.0 for configuration, then Disable library configuration. Then I add jsf-api.jar, jsf-impl.jar, jstl-api.jar and jstl-impl.jar ...

3. jsf: change jsp resource loading behaviour    stackoverflow.com

I've a java tomcat jsf 1.1 application. Is there anyway to change how jsf looks for jsp files (the path where it should look for those)? As an example, let imagine that I ...

4. JSP, JSF: Cannot find the resource bundle    java-forums.org

Hello, I am having a problem with reading a properties file in a web app. I have used servlets in the past but when using JSP and JSF, I am having issues. Basically I am trying to refresh my memory on JSP and learning JSF. For some reason my application is not able to find the properties file. I have the ...