[opencms-dev] VFS target "/path/filename.jsp" was already included earlier

mwpowell at adelphia.net mwpowell at adelphia.net
Tue Jan 31 05:18:11 CET 2006


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




More information about the opencms-dev mailing list