[opencms-dev] CmsTemplateBean cannot be resolved to a type
Paul-Inge Flakstad
flakstad at npolar.no
Mon Sep 14 16:05:42 CEST 2015
Hi Ricardo,
You do realize that the class in question is part of templatetwo – not templateone...?
Like Alberto said, the error is very clear. CmsTemplateLayout is either
a) not properly imported, or
b) not “available for import” (i.e. not in the classpath)
Just like before, the problem is likely that the .jar file that comes with templatetwo is missing.
In that case: Install templatetwo (or add the .jar manually to the /lib folder). Then restart the servlet container (i.e. Tomcat).
Best regards,
Paul
From: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Alberto Gallardo
Sent: 14. september 2015 14:49
To: The OpenCms mailing list
Subject: Re: [opencms-dev] CmsTemplateBean cannot be resolved to a type
Hi,
I imported the templateone, I assure that within it is the class that needs to function properly and still no go.[...]
An error occurred at line: 16 in the jsp file: /WEB-INF/jsp/offline/system/modules/org.opencms.frontend.templatetwo/templates/main.jsp
CmsTemplateLayout cannot be resolved to a type
After installing templateone, have you restarted the servlet container?
How are you so sure that the class is present in the classpath? A grep in the WEB-INF/lib directory could help to be 100% sure that this is in fact the case. The error doesn't leave room for misinterpretation.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20150914/b7977bba/attachment.htm>
More information about the opencms-dev
mailing list