<%@ page import="java.util.*" %> <% if(bookInfoHandler.validate()) { System.out.println("yes"+bookInfoHandler.getCriteria()); bookInfoHandler.executeTest(); String searchCriteria = bookInfoHandler.getCriteria(); String searchValue = bookInfoHandler.getSearchValue(); %> <% } else { System.out.println("validate threw error in processBookQuery "); %> <% } %>