Screen navigation in the JSP console
The screen navigation behavior follows a standard, consistent pattern.
- The search view fills the left side of the screen. The list view fills the right side of the same screen and displays the search results.
- Clicking an item in the list view displays the Details Screen. The detail view fills the entire screen, replacing both the Search and list views.
- Links or icons in the detail view invoke a pop-up window. Closing the pop-up window returns the focus to the previous view.