InterviewSolution
| 1. |
How To Declare The Page Navigation (navigation Rules) In Faces-config.xml File? |
|
Answer» Navigation RULES tells JSF implementation which page to send back to the browser after a FORM has been SUBMITTED. We can declare the page navigation as follows: Navigation rules tells JSF implementation which page to send back to the browser after a form has been submitted. We can declare the page navigation as follows: |
|