*************Exception**********************
Message:ServletException in '/cart/display_vendor.jsp': Unable to compile class for JSP:
An error occurred at line: [55] in the jsp file: [/cart/display_vendor.jsp]
The method buildPage(HttpServletRequest, String, String, String, String, String, boolean, boolean) in the type PageBuilder is not applicable for the arguments (HttpServletRequest, String, String, String, String, boolean, boolean)
52: && (new File(getServletContext().getRealPath(read_from_json)).exists()
53: || new File(getServletContext().getRealPath(save_to_json)).exists()))
54: {
55: Page vendorPage = PageBuilder.buildPage(request
56: , read_from_json
57: , "/images/vendors/" + search.getManufacturerid()
58: , save_to_json
Stacktrace:
*************End Exception******************