[opencms-dev] CmsTemplateBean cannot be resolved to a type
Paul-Inge Flakstad
flakstad at npolar.no
Thu Sep 3 16:06:52 CEST 2015
Hi Ricardo,
This is most likely because templateone is not installed.
Another (but unlikely) cause is a missing CmsTemplateBean import directive. You should see this, or equivalent, near the top of your JSP (e.g. /system/modules/org.opencms.module.acucyl/elements/copyright.jsp):
<%@page import=”org.opencms.frontend.templateone.CmsTemplateBean” %>
PS: If you’re not using templateone and/or its features anymore, you can try replacing the CmsTemplateBean instance with an instance of a core class like:
org.opencms.jsp.CmsJspXmlContentBean
... or ...
org.opencms.jsp.CmsJspActionElement.
See also: http://lists.opencms.org/pipermail/opencms-dev/2006q3/024821.html
HTH :)
Cheers,
Paul
From: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Ricardo Sanchez
Sent: 3. september 2015 12:38
To: opencms-dev at opencms.org
Subject: [opencms-dev] CmsTemplateBean cannot be resolved to a type
Hello list:
I'm doing the migration from 7.5.4 version to 9.5.2.
In almost every JSP I get the following problem and I can not find the solution:
Stacktrace:
Motivo: Unable to compile class for JSP:
An error occurred at line: 13 in the jsp file: /WEB-INF/jsp/offline/system/modules/org.opencms.module.acucyl/elements/copyright.jsp
CmsTemplateBean cannot be resolved to a type
10:
11:
12: <%
13: CmsTemplateBean cms= new CmsTemplateBean(pageContext,request,response);
14: cms.init(pageContext, request, response);
15: CmsMessages messages = cms.getMessages("/org/opencms/module/acucyl/workplace", request.getLocale()+"");
16: %>
Any recommendation?
Thanks and best regards.
Ricardo.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20150903/a8c88d15/attachment.htm>
More information about the opencms-dev
mailing list