<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY style="COLOR: #000000; FONT-FAMILY: Arial" bgColor=#ffffff>
<DIV><FONT size=2>Hi</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I am using these JSP code to create html file:</FONT></DIV>
<DIV><FONT size=2>...</FONT></DIV>
<DIV><FONT size=2>CmsResource cmsres = cms.createResource("/Home/", 
"test69.html", "page", props, contents);</FONT></DIV>
<DIV><FONT size=2>...</FONT></DIV>
<DIV><FONT size=2>and everything is ok except one thing which is very important. 
When I look at the control code file, master template tag is empty so my 
question is how to add this tag. Without this tag which contain information 
about master template file is useless. When I add this manually everything is 
fine but, where should I use props for that or something else?</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Best regards and thanks, Ivan.</FONT></DIV></BODY></HTML>