Error in page '/ivenza/compact/index.jsp'

Unable to compile class for JSP: An error occurred at line: [29] in the jsp file: [/compact/index.jsp] The method getDomain() is undefined for the type IvenzaServices 26: laf.clearStyleSheets(); 27: 28: final Catalog catalog = new Catalog( ivenzaServices, locale, informant ); 29: catalog.setImageProvider( new DesignImageProvider( request.getContextPath(), ivenzaServices.getDomain().getCatalogImageRenderer() ) ); 30: final String path = request.getParameter( "path" ); 31: catalog.setPath( path == null ? Catalog.ROOT_FOLDER : path ); 32: An error occurred at line: [37] in the jsp file: [/compact/index.jsp] The method getDomain() is undefined for the type IvenzaServices 34: request.setAttribute( "showPrices", true ); 35: request.setAttribute( "catalog", catalog ); 36: 37: final Domain domain = ivenzaServices.getDomain(); 38: final Map virtualPaths = domain.getVirtualPaths(); 39: final String virtualCatalogRoot = virtualPaths.get( Design.VIRTUAL_CATALOG_ROOT ); 40: %> An error occurred at line: [38] in the jsp file: [/compact/index.jsp] The method getVirtualPaths() is undefined for the type Domain 35: request.setAttribute( "catalog", catalog ); 36: 37: final Domain domain = ivenzaServices.getDomain(); 38: final Map virtualPaths = domain.getVirtualPaths(); 39: final String virtualCatalogRoot = virtualPaths.get( Design.VIRTUAL_CATALOG_ROOT ); 40: %> 41: Stacktrace:

Error details