<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><BASE href=file://E:\wils\cesar\Assinaturas\><!-- saved from url=(0065)http://assinatura.cesar.org.br/files/jwgn_127692090935625000.html -->
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hello,<BR><BR>I have the script bellow.</DIV>
<DIV>It not list the folder content, my folder is:</DIV>
<DIV>/sites/wils/artigos/</DIV>
<DIV> </DIV>
<DIV>The file name is list3.jsp and it is in the same folder 
(/sites/wils/artigos/list3.jsp)</DIV>
<DIV> </DIV>
<DIV>Please, what i am doing wrong?</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><%@ page import="java.util.*" %><%   </DIV>
<DIV> </DIV>
<DIV>// Create a JSP action element<BR>org.opencms.jsp.CmsJspActionElement cms = 
new org.opencms.jsp.CmsJspActionElement(pageContext, request, response);</DIV>
<DIV> </DIV>
<DIV>// Get a simple navigation of all pages / subfolders in the current 
folder<BR>List list = cms.getNavigation().getNavigationForFolder();<BR>Iterator 
i = list.iterator();</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>out.println("<h3>A simple sample navigation</h3>" + 
list.size()  );</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>//out.println("<p>Cache properties: <b>" + 
cms.property("cache","this") + "</b></p><ul>");</DIV>
<DIV> </DIV>
<DIV>while (i.hasNext()) <BR>{<BR>    
org.opencms.jsp.CmsJspNavElement ne = 
(org.opencms.jsp.CmsJspNavElement)i.next();</DIV>
<DIV> </DIV>
<DIV>    out.println("<li><a href=\"" + 
cms.link(ne.getResourceName()) + "\">");<BR>    
out.println(ne.getTitle() + "</a></li>");<BR>    
out.println(ne.getFileName() + "</a></li>");</DIV>
<DIV> </DIV>
<DIV><BR>  out.println("aaaaaaaaaaaa");</DIV>
<DIV> </DIV>
<DIV><BR>}    </DIV>
<DIV> </DIV>
<DIV>out.println("</ul>");</DIV>
<DIV> </DIV>
<DIV>%></DIV>
<DIV> </DIV>
<DIV>tks</DIV>
<DIV>regards</DIV>
<DIV> </DIV></BODY></HTML>