Bob,
If the layout is VM ( 1.3a2 default)
  Look in WEB-INF/templates/vm/layouts/html/default.vm.  
  $navigation.setTemplate("html/top.vm") translates to
WEB-INF/templates/vm/navigations/html/top.vm

If the layout is JSP ( 1.3a1 default)
  Look in WEB-INF/templates/jsp/layouts/html/en/default.vm.  
  $navigation.setTemplate("html/top.vm") translates to
WEB-INF/templates/vm/navigations/html/top.vm
  <jetspeed:navigation  defaultTemplate="html/en/top_default.jsp" 
translates to WEB-INF/templates/jsp/navigations/html/top_default.jsp


Paul Spencer

[EMAIL PROTECTED] wrote:
> 
> Well I did find that but you are right.  That wasn't what I was expecting.
> Is there an actual file with HTML and JSP calls/formats of source code in
> Jetspeed?
> 
> Bob.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to