| Author |
JSF - Problems with NetBeans 6.9.1
|
Dusan Mancic
Greenhorn
Joined: Jun 09, 2011
Posts: 5
|
|
Hi people,
I am doing a JSF project, but it doesn't work properly. In fact, the first problem is that I can't use index.jsp page.
I use NetBeans 6.9.1, click New Project, GlassFish server 3.0, J6 EE, Jsf framework 1.2.
It then creates welcomeJSF.jsp page. However, I want to use index.jsp instead. I simply right click on welcomeJSF.jsp and choose rename, and write index.
When I run the project, it returns me Error 404 - welcomeJSF.jsp not found.
If I chose JSF 2.0, it would create welcomeJSF.xhtml, and the problem continues.
That is only begining, because I can't jump from page to page neither...
I've almost finished whole project, but I can't check it... So please, help me! Thanks!
|
 |
leo donahue
Ranch Hand
Joined: Apr 17, 2003
Posts: 327
|
|
Hi Dusan,
Check your web.xml for the welcome file. What is the name?
|
Thanks, leo
|
 |
Dusan Mancic
Greenhorn
Joined: Jun 09, 2011
Posts: 5
|
|
Hi!
Yes, that was the problem, thank you! I saw it two days ago, but I still have problems to connect pages. However I missed web.xml file again, because I need to register rich libraries. I'm trying to solve this, but if I don't do it, I will write here. I hope that you will be here again!
|
 |
Dusan Mancic
Greenhorn
Joined: Jun 09, 2011
Posts: 5
|
|
It's me again,
do you know how templates and css are used? I want to have layout page which would use external css file, and then import it as template in every other .jsp page.
|
 |
 |
|
|
subject: JSF - Problems with NetBeans 6.9.1
|
|
|