<br><font size=2 face="Verdana">That did not help. I just have a static
page that I created from the explorer view. I can open the page by clicking
on it within explorer and it opens up in IE with the following URL:</font>
<br><font size=2 face="Verdana">http://(ip_address)/opencms/opencms/sites/default/AAC/index.html</font>
<br>
<br><font size=2 face="Verdana">However, when I try to open this URL directly
by copy-paste on the web browser (to see how its going to look like to
end users), I get this error:</font>
<br><font size=2 face="Verdana">"The requested resource "/opencms/opencms/sites/AAC/index.html"
was not found on the server"</font>
<br>
<br><font size=2 face="Verdana">First I thought it was because I was not
publishing it. But even after publishing it, I get the same error. Another
person on this forum has also reported the exact same issue. Someone replied
to him saying that you have to move your new folder to "default"
and it should work. I am already working in "sites/default".
</font>
<br>
<br><font size=2 face="Verdana">Thanks</font>
<br>
<br>
<br><font size=2 face="sans-serif"> </font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td>
<td><font size=1 face="sans-serif"><b>"Jonathan Woods" <jonathan.woods@scintillance.com></b></font>
<br><font size=1 face="sans-serif">Sent by: opencms-dev-bounces@opencms.org</font>
<p><font size=1 face="sans-serif">02/13/2006 01:48 PM</font>
<br><font size=1 face="sans-serif">Please respond to The OpenCms mailing
list</font>
<td><font size=1 face="Arial">        </font>
<br><font size=1 face="sans-serif">        To:
       <kuku@physik.rwth-aachen.de>,
"'The OpenCms mailing list'" <opencms-dev@opencms.org></font>
<br><font size=1 face="sans-serif">        cc:
       </font>
<br><font size=1 face="sans-serif">        Subject:
       RE: [opencms-dev] CmsJspActionElement
cannot be resolved to a type</font></table>
<br>
<br>
<br><tt><font size=2>Chris -<br>
<br>
Just the import line, really.  It needs to include<br>
org.opencms.jsp.CmsJspActionElement; so e.g.<br>
<br>
 <%@ page import="org.opencms.jsp.*" %><br>
<br>
but I guess you've worked that out by now!<br>
<br>
Jon<br>
<br>
-----Original Message-----<br>
From: opencms-dev-bounces@opencms.org<br>
[mailto:opencms-dev-bounces@opencms.org] On Behalf Of Christoph P. Kukulies<br>
Sent: 13 February 2006 18:36<br>
To: opencms-dev@opencms.org<br>
Subject: [opencms-dev] CmsJspActionElement cannot be resolved to a type<br>
<br>
What is normally the cause for this?<br>
<br>
I have a small template attached to a page (index.html) The code invoked
is<br>
something like<br>
<br>
<%@ page import="com.opencms.flex.jsp.*" %><%<br>
<br>
CmsJspActionElement cms = new<br>
CmsJspActionElement(pageContext,request,response);<br>
<br>
String serverName = request.getServerName();<br>
<br>
if(serverName.indexOf(".com") != -1)<br>
   ...<br>
 else<br>
...<br>
<br>
I get a jsp compilation error in line 1:<br>
<br>
CmsJspActionElement cannot be resolved to a type<br>
<br>
When I invoke index.html<br>
<br>
<br>
--<br>
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de<br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list To change your<br>
list options, or to unsubscribe from the list, please visit<br>
http://lists.opencms.org/mailman/listinfo/opencms-dev<br>
<br>
<br>
<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
http://lists.opencms.org/mailman/listinfo/opencms-dev<br>
</font></tt>
<br>