DRAG DROP
Click the Task button.
A servlet context listener loads a list of com.example.Product objects from a database and stores
that list into the catalog attribute of the ServletContext object.
Place code snippets to construct a jsp:useBean standard action to access this catalog.
Leave a Reply
id = ‘catalog’
type = ‘com.example.product’
scope = ‘application’
id = “catalog”
type = “java.util.List”
scope = “application”
IS the correct answer…