双人间:
500Unable to compile class for JSP:
An error occurred at line: 19 in the jsp file: /apps/pccc/components/pages/pc/homepage/faqlist/faqlist.jsp
The method getList(int, boolean) is undefined for the type FAQManager
16: String faqHomePage = "/content/pccc/customerservice/faq";
17: FAQManager faqManager = sling.getService(FAQManager.class);
18: if(faqManager!=null){
19: List<FAQ> list = faqManager.getList(3,true);
20: pageContext.setAttribute("faqlist",list);
21: }
22: %>
Unable to compile class for JSP:
An error occurred at line: 19 in the jsp file: /apps/pccc/components/pages/pc/homepage/faqlist/faqlist.jsp
The method getList(int, boolean) is undefined for the type FAQManager
16: String faqHomePage = "/content/pccc/customerservice/faq";
17: FAQManager faqManager = sling.getService(FAQManager.class);
18: if(faqManager!=null){
19: List<FAQ> list = faqManager.getList(3,true);
20: pageContext.setAttribute("faqlist",list);
21: }
22: %>
Cannot found resource /content/pccc/ on this server.
WCM Server 1.0.0/2010-2013