[opencms-dev] CmsJspActionElement cannot be resolved to a type

Christoph P. Kukulies kuku at physik.rwth-aachen.de
Mon Feb 13 19:35:48 CET 2006


What is normally the cause for this?

I have a small template attached to a page (index.html)
The code invoked is something like

<%@ page import="com.opencms.flex.jsp.*" %><%

CmsJspActionElement cms = new CmsJspActionElement(pageContext,request,response);

String serverName = request.getServerName();

if(serverName.indexOf(".com") != -1)
   ...
 else 
...

I get a jsp compilation error in line 1:

CmsJspActionElement cannot be resolved to a type

When I invoke index.html


--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de



More information about the opencms-dev mailing list