
474 Implementing Web Applications with CM Information Integrator for Content and ODWEK
End Testing (ODHit)odHits.elementAt(i)).getDisplayValues() */
// Save the ODHit objects
session.setAttribute("OD_APPLICATIONS",odHits);
} catch (Exception ex) {
ex.printStackTrace();
}
} // End of getODApplications()
public static void getFolderDoc (HttpServletRequest request)
throws ServletException, IOException, ODException
{
// Create an instance of RBTaxBeanOD JavaBean
RBTaxBeanOD rbTaxBeanOD = new RBTaxBeanOD();
try
{
HttpSession session = request.getSession(true);
// Get the hit list from the session object
Vector odHits = (Vector)session.getAttribute("OD_ ...