Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
As we discussed in Chapter 3, "JavaBeans and JSP Concepts," the <jsp:useBean> standard action provides four different options for the scope attribute: page, request, session, and application. We will discuss each of these and give an example of how to use them in the following sections.
Note
The complete syntax for the <jsp:useBean> action can be found in Chapter 3, "JavaBeans and JSP Concepts."