Change this from:
<h:commandButton action="Results" value="#{message.button_text}">
To
<h:commandButton action="ResultsJSF" value="#{message.button_text}">
Also, change this:
<to-view-id>/ResultsJSF.jsf</to-view-id>
to
<to-view-id>/ResultsJSF.xhtml</to-view-id> or <to-view-id>/ResultsJSF.jsp</to-view-id>
Change this from:
<h:commandButton action="Results" value="#{message.button_text}">
To
<h:commandButton action="ResultsJSF" value="#{message.button_text}">
i changed this mistake
Hebert Coelho wrote:
Also, change this:
<to-view-id>/ResultsJSF.jsf</to-view-id>
to
<to-view-id>/ResultsJSF.xhtml</to-view-id> or <to-view-id>/ResultsJSF.jsp</to-view-id>
changed it to ResultsJSF.xhtml and ResultJSF.jsp .. but it does not work
i am really confused !!
nomai altamimi
Greenhorn
Joined: Jan 13, 2012
Posts: 3
posted
1
oh i found the mistake
it messed the spelling when i created the JSP page
so sorry about that
my pages are working fine now
i am sorry again
gopakumar kiing
Ranch Hand
Joined: Jan 15, 2011
Posts: 44
posted
0
I am also facing the same problem.
Could you please let me know where am i doing the mistake?
Please find my faces-config.xml , LoginBean.java and login.jsp below respectively:
Thanks for your help in advance.
Thanks & Regards
Gopakumar
subject: Could not navigate from one page to another !!!