Chapter 3. Navigation

<feature><title>Topics in This Chapter</title>
</feature>

In this short chapter, we discuss how you configure the navigation of your web application. In particular, you will learn how your application can move from one page to the next, depending on user actions and the outcomes of decisions in the business logic.

Static Navigation

Consider what happens when the user of a web application fills out a web page. The user might fill in text fields, click radio buttons, or select list entries.

All these edits happen inside the user’s browser. When the user clicks a button that posts the form data, the changes are transmitted ...

Get Core JavaServer Faces, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.