<!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.2604" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hallo group,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I use opencms6b1.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>In my site I have some pages where my 
sidemenu should be invisible.</FONT></DIV>
<DIV><FONT face=Arial size=2>So I create an element in my pages like 
this.</FONT></DIV>
<DIV><FONT color=#2a00ff size=2></FONT> </DIV>
<DIV><FONT color=#2a00ff size=2>...</FONT></DIV>
<DIV><FONT color=#2a00ff size=2><element name="menu_out"></FONT></DIV>
<DIV><FONT color=#2a00ff size=2>    <links/></FONT></DIV>
<DIV><FONT color=#2a00ff size=2>    <content/></FONT></DIV>
<DIV><FONT color=#2a00ff size=2></element></FONT></DIV>
<DIV><FONT color=#2a00ff size=2>...</FONT></DIV>
<DIV><FONT color=#2a00ff size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>In my template I use following to include my 
sidemenu:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT color=#bf5f3f size=2>
<P><FONT face=Arial color=#000000>...</FONT></P>
<P><%</FONT><B><FONT color=#7f0055 size=2>if</B></FONT><FONT 
size=2>(!cms.template(</FONT><FONT color=#2a00ff size=2>"menu_out"</FONT><FONT 
size=2>, </FONT><B><FONT color=#7f0055 size=2>false</B></FONT><FONT size=2>)) { 
</FONT><FONT color=#bf5f3f size=2>%></FONT></P>
<P><FONT color=#008080 size=2><</FONT><FONT color=#3f7f7f size=2>cms:include 
</FONT><FONT color=#7f007f size=2>file</FONT><FONT size=2>=</FONT><FONT 
color=#2a00ff size=2>"../elements/side_navi.jsp" </FONT><FONT color=#008080 
size=2>/></FONT><FONT color=#008080 size=2></P></FONT><FONT size=2>
<P></P></FONT><FONT size=2>
<P></P>
<P></FONT><FONT color=#bf5f3f size=2><% </FONT><FONT size=2>}</FONT><FONT 
size=2> </FONT><FONT color=#bf5f3f size=2>%></FONT></P>
<P><FONT color=#bf5f3f size=2><FONT face=Arial 
color=#000000>...</FONT></FONT></P>
<P><FONT color=#bf5f3f size=2><FONT face=Arial color=#000000>That works fine 
with XML-Pages, but when I call a .jsp, the menu is invisible 
too.</FONT></FONT></P>
<P><FONT color=#bf5f3f size=2><FONT face=Arial color=#000000>What parameter for 
my .jsp can I use, to show up my sidemenu all the same?</FONT></FONT></P>
<P><FONT color=#bf5f3f size=2><FONT face=Arial 
color=#000000></FONT></FONT> </P>
<P><FONT color=#bf5f3f size=2><FONT face=Arial 
color=#000000>Than</FONT></FONT><FONT color=#bf5f3f size=2><FONT face=Arial 
color=#000000>ks for your help</FONT></FONT></P>
<P><FONT color=#bf5f3f size=2><FONT face=Arial 
color=#000000>Daniel</FONT></P></FONT></DIV></BODY></HTML>