<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-7" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Mike,<br>
<br>
    Did you change all the "include" methods and nothing happened? Note
that you have to change your "foot" template include as well. <br>
<br>
    Check all the "include" methods or tags that your code is using not
only on the target file, but also on the templates your are using. A
quick solution would be to put them in comment and restore them
gradually. Of course this might yield another kind or error message,
but it will still help you to identify where the problem is located.<br>
<br>
Regards,<br>
Panos<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:mwpowell@adelphia.net">mwpowell@adelphia.net</a> wrote:
<blockquote cite="mid24916074.1138766897732.JavaMail.root@web11"
 type="cite">
  <pre wrap="">Panos,

Thank you for your suggestion, however, it seems that this results in the same error message. It doesn't seem to be a problem retrieving the template string value. Rather, it is some sort of issue with the template setting on this file. I noticed that the template is being called twice in the java exception error message. Further, I cannot view the template itself as it results in the same error message. 

Is there some type of 'global' setting or opencms level setting that I am missing?

I should note that the template seems to be used fine on other html pages, but the jsp page results in the error.

Mike


---- Panos Kavalagios <a class="moz-txt-link-rfc2396E" href="mailto:Panagiotis.Kavalagios@eurodyn.com"><Panagiotis.Kavalagios@eurodyn.com></a> wrote: 
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi Mike,

    This message is exactly what it is saying. You are trying to 
re-include a template due to a wrong template property configuration. 
Are you sure that template property points to the correct file? Try to 
print cms.property("template") value to check and you may use instead:

String mytemplate="/my/temlpate";
cms.include(mytemplate, "head");

to include the correct template. Note that included templates have 
access to the properties of the file which have been included and not to 
their own properties.

Regards,
Panos

<a class="moz-txt-link-abbreviated" href="mailto:mwpowell@adelphia.net">mwpowell@adelphia.net</a> wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">I am receiving an error message when I attempt to view a jsp page and include a template using the following code...

<%
org.opencms.jsp.CmsJspActionElement cms = new org.opencms.jsp.CmsJspActionElement(pageContext, request, response); 

cms.include(cms.property("template"), "head");

Some html text here.
%>

The error I am receiving is "VFS target "/path/filename.jsp" was already included earlier". Does anyone have any ideas on the root cause of this message? I have a duplicate environment where this code works flawlessly. I'm not certain what the differences are between the environments, but the code is identical.

Thanks in advance.

Mike


_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a>
  
      </pre>
    </blockquote>
    <pre wrap="">-- 
Panagiotis Th. Kavalagios
Electrical & Computer Engineer
European Dynamics S.A.
Athens, Hellas
Tel: +30-210-8094500


_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Panagiotis Th. Kavalagios
Electrical & Computer Engineer
European Dynamics S.A.
Athens, Hellas
Tel: +30-210-8094500
</pre>
</body>
</html>