First page Back Continue Last page Overview Graphics
Bean Tags
jsp:useBean tag specifies bean id and scope
- Body of tag specifies action to be performed if bean did not exist in scope and was created
- Once a bean is useBean'ed it is available as a scripting variable and is visible to other bean-related tags
Notes: