<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi list! I explain all my problem below, but If you 
can help me with _any_ point of this mail, please reply...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have troubles in a JSP thatīs I want to include a 
html which is using a template.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I do "<cms:include page="MyHtml.html" /> 
</FONT></DIV>
<DIV><FONT face=Arial size=2>I include the taglib of cms, but when I open this 
JSP (thatīs have only 2 lines, one for import the taglib an another with the 
include), I retrieve an error message: "null"</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>If someone knows how to include another files which 
are using templates. (I want to that the tag include, imports an pure 
html, so this tag should process the file, the template, and the xml 
content...)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Really... the above is a try to solve my real 
problem... I suppose thatīs somebody already have it, so I explain 
it:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The final idea of my work in opencms is to the 
"editors" edit the content of the page with opencms, and then I make an "static 
export" to migrate the changes to production.</FONT></DIV><FONT face=Arial 
size=2>
<DIV><BR>Ok, my problem is that the page in production is dynamic. So I need to 
append to my export site, some jsp files to do the hard work.</DIV>
<DIV> </DIV>
<DIV>My idea is to have a main jsp, thats only have 2 lines, one to include 
my jsp with the logic, and a html generated with the static export with opencms. 
And I like to this 3 files conexist inside opencms because in developing time I 
donīt want to waste much time, imagine thatīs if I canīt run this code in 
opencms, for each change in the jsp code I need to do an static export to test 
it... So my final idea is to have an another file, thatīs should make an include 
in the OpenCms way, thatīs mean, processing the template, xml content, etc... 
and here is the problem explained above.</DIV>
<DIV> </DIV>
<DIV>More graphicaly:</DIV>
<DIV> </DIV>
<DIV>I have index.jsp, htmlUsingTemplate.html, logic.jsp, 
bridgeOpencmsToJsp.jsp</DIV>
<DIV> </DIV>
<DIV>index.jsp do an include with jsp tag to logic.jsp first, and then to 
bridgeOpenCmsToJsp.jsp</DIV>
<DIV>bridgeOpenCmsToJsp.jsp have an include with CMS tag to 
htmlUsingTemplate.html (I want that the output will be html pure)</DIV>
<DIV>logic.jsp have irrelevant code, with the logic of the application</DIV>
<DIV> </DIV>
<DIV>Thanks a lot,</DIV>
<DIV> </DIV>
<DIV>Sebastian</FONT></DIV></BODY></HTML>