First page Back Continue Last page Overview Graphics
Bean scope/lifetime
Bean is retrieved from scope (created if not found in scope) and stored in both the specified scope and in the page's bean list
Bean resolved in one of several scopes:
- page – declaring page
- request – complete request (even if redirected internally)
- session
- application – entire WebSite
Notes: