<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=199381307-15102006><FONT face=Arial
color=#0000ff size=2>You shouldn't need to modify Java just customise
navigation. In general, you can use any JSP (including embedded
scriptlets) that you like. One way of starting might be to see what the
method cms.buildNavigationLeft() does, assuming you have the OpenCms
source. You could just copy that line-for-line into your own method
somewhere, and call your own method instead; then you can modify your own method
to do what you like.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=199381307-15102006><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=199381307-15102006><FONT face=Arial
color=#0000ff size=2>Jon</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> opencms-dev-bounces@opencms.org
[mailto:opencms-dev-bounces@opencms.org] <B>On Behalf Of </B>Yanbo
Li<BR><B>Sent:</B> 15 October 2006 05:39<BR><B>To:</B>
opencms-dev@opencms.org<BR><B>Subject:</B> [opencms-dev] How to customing the
left navigation usingTemplateOne?<BR></FONT><BR></DIV>
<DIV></DIV>
<P>Greetings <BR>In the "nav_left.jsp" file of TemplateOne Module,there is only
the following code. </P>
<P><%= cms.buildNavigationLeft() %><% cms.buildNavLeftIncludeElement();
%> </P>
<P>I want to customing the left navigation,but i do not know how to do.Must i
modify the functions(buildNavLeftIncludeElement or buildNavigationLeft) of
CmsTemplateNavigation class?We can custom the head navigation by setting
different parameter in the "../_configuration/headnav". Can i custom the left
navigation like the method of head navigation?Thanks. <BR></P></BODY></HTML>