Forums Register Login

first JSF page...

+Pie Number of slices to send: Send
With the following files:



Now, here, we can't directly access JSP page(http://localhost:8081/JSFLogin/pages/test.jsp), if we do that then an exception is thrown. Because FacesServlet should be initialized (called) before we access any tag of JSF. So for accessing this JSP page we will have to go through the FacesServlet...

So as per mapping in web.xml, we will access it with faces extension (http://localhost:8081/JSFLogin/pages/test.faces), it will call FacesServlet and that will display our test.jsp.

Now, my confusion is, why we need faces-config.xml in this example??? (we are not providing any navigation rule, managed bean etc).

Please guide...

And also, all my assumptions are right or not??

Thanks a lot.
+Pie Number of slices to send: Send
I think, I understood it.

Actually, whether we are using faces-config.xml in this example or not, FacesServlet class try to find this file, loads the content of this file into some object, initialize any bean if present etc. So if we don't provide faces-config.xml the FacesServlet doesn't let us to go ahead...

Who knew that furniture could be so violent? Put this tiny ad out there to see what happens:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 1943 times.
Similar Threads
navigation rules are not working...
New to JSF..Please help
JSF on tomcat 5
Hello World Programme is not Running
Can't start a simple application
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 22:54:23.