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 ...
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 ...
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 ...