<html><div style='background-color:'><P>I don't have this:</P>
<P><%@ page session="false" import="org.opencms.jsp.*, java.lang.*, java.util.*, org.opencms.i18n.CmsMessages" %><BR><%@ taglib prefix="cms" uri="/WEB-INF/opencms.tld" %></P>
<P><%</P>
<P>// initialise Cms Action Element<BR>org.opencms.jsp.CmsJspActionElement cms = new org.opencms.jsp.CmsJspActionElement(pageContext, request, response);<BR>    <BR>// Collect the objects required to access the OpenCms VFS from the request<BR>org.opencms.file.CmsObject cmsObject = cms.getCmsObject();<BR>String uri = cms.getRequestContext().getUri(); </P>
<P>// get all properties of the file<BR>Map properties = cms.properties("search");</P>
<P>// get locale and message properties<BR>String locale = cms.property("locale", "search", "en").toLowerCase();<BR>CmsMessages messages = cms.getMessages("org.opencms.templates.messages", locale);<BR>properties.put("locale", locale);</P>
<P>// get top level/language folder <BR>String topfolder = org.opencms.file.CmsResource.getPathPart(uri, 1) + locale + "/";<BR>properties.put("__topfolder", topfolder);</P>
<P>// Variables for use on the page<BR>String imgPath = cms.link("../resources/images/");<BR>String jsPath = cms.link("../resources/js/");<BR>String cssPath = cms.link("../resources/css/");<BR>String elmPath = "../elements/";<BR>String sitePath = cms.link("/oriens/");<BR>String lucenePath = cms.link("../jsptemplates/");</P>
<P>String propDescription = cms.property("Description", "search", messages.key("page_description"));<BR>String propKeywords = cms.property("Keywords", "search", messages.key("page_keywords"));<BR>String propEncoding= cms.property("content-encoding", "search", "ISO-8859-1");</P>
<P>%></P>
<P>I don't have collect the objects required to access the OpenCms VFS from the request =( I need help!</P></div><br clear=all><hr>MSN Hotmail, o maior webmail do Brasil. <a href="http://g.msn.com/8HMABR/2737??PS=47575" target="_top">Faça o seu agora.</a> </html>