178 Implementing Web Applications with CM Information Integrator for Content and ODWEK
5. Set the vector (either a list of search criteria names or a list of attribute names
(including display names) into attrlist of the session:
session.setAttribute("attrlist", vector);
For the complete source code of RBSearchEntry.java, refer to the downloaded
file from the additional material provided by this redbook, or view the source in
Example B-11 on page 559.
RBSearchEntry.jsp
The RBSearchEntry.jsp displays a single drop down box to select the Boolean
operator for the search, and a table with attribute names and entry fields for
values of the search.
Specifically, RBSearchEntry.jsp does the following tasks:
1. To simplify our sample application code, hard ...