<div dir="ltr"><div>Hello Paul-Inge:</div><div><br></div><div>First of all, thanks for your response.</div><div><br></div><div>I did everything you mentioned me, import templateone related modules and directives related to the jsp and now I get the following error:</div><div><br></div><div>Unable to compile class for JSP:</div><div><br></div><div>An error occurred at line: [18] in the generated java file: [C: \ SAE \ Tomcat 7.0.63\work\Catalina\localhost\opencms\org\apache\jsp\WEB_002dINF\jsp\offline\system\modules\org_opencms_module_acucyl\elements\copyright_jsp.java]</div><div>Only a type can be imported. Resolves to a package org.opencms.frontend.templateone.CmsTemplateBean</div><div><br></div><div>An error occurred at line 26 in the jsp file: /WEB-INF/jsp/offline/system/modules/org.opencms.module.acucyl/elements/copyright.jsp</div><div>CmsTemplateBean can not be resolved to a type</div><div>2. 3:</div><div>24:</div><div>25: <%</div><div>26: CmsTemplateBean cms = new CmsTemplateBean (pageContext, request, response);</div><div>27: cms.init (pageContext, request, response);</div><div>28: CmsMessages messages = cms.getMessages ("org / / opencms / module / acucyl / workplace" request.getLocale () + "");</div><div>29:%></div><div><br></div><div>The head of my JSP is as follows:</div><div><br></div><div><div><%@ page pageEncoding="UTF-8" %><%@ taglib prefix="cms" uri="<a href="http://www.opencms.org/taglib/cms">http://www.opencms.org/taglib/cms</a>" %></div><div><%@ taglib prefix="c" uri="<a href="http://java.sun.com/jsp/jstl/core">http://java.sun.com/jsp/jstl/core</a>" %></div><div><%@ page import="org.opencms.jsp.*" %></div><div><%@ taglib prefix="cms" uri="<a href="http://www.opencms.org/taglib/cms">http://www.opencms.org/taglib/cms</a>" %></div><div><%@page buffer="none" session="true" import="java.util.*,org.opencms.frontend.templateone.*" %></div><div><%@ page import="org.opencms.frontend.templateone.*" %></div><div><%@ page import="org.opencms.frontend.templateone.CmsTemplateBean" %></div><div><%@ page import="org.opencms.jsp.CmsJspXmlContentBean" %></div><div><%@ page import="org.opencms.jsp.CmsJspActionElement" %> </div><div><%@ page import="org.opencms.i18n.*" %></div><div><%@ page import="org.opencms.file.CmsUser" %></div><div><%@ page import="org.opencms.file.CmsGroup" %></div><div><%@ page import="org.opencms.file.CmsObject" %></div><div><br></div><div>What can I do?</div><div><br></div><div>Best regards and thank you.</div></div><div><br></div></div>