hello, i have 2 jsp pages. first.jsp,second.jsp when i write something in textboxes of first page and push the button, i can see on second page what i wrote in the text boxes.
my faces-config.xml's navigation rule is here: <navigation-rule> <from-view-id>/first.jsp</from-view-id> <navigation-case> <from-outcome>success</from-outcome> <to-view-id>/second.jsp</to-view-id> </navigation-case> </navigation-rule> the problem is when i run project my address bar shows: *http://localhost:8080/ProjectName*/ and there is two textboxes and one button(no problem), and when i write sth and push the button i see what i write in textboxes(no problem in text or page) but addressbar shows: http://localhost:8080/ProjectName/faces/*first.jsp* ;jsessionid=5ASD98AS7D98S7D9ASD why this is first? whay it is not second.jsp? is it normal? thanks for any respond and for the course --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en -~----------~----~----~----~------~----~------~--~---