please see the following line of code
*******************************
<%@ taglib uri="fm.tld" prefix="fm" %>
<%Portal portal = null;%>
<fm:getCachedAttribute id="tportal"
name="<%=PortalTagConstants.CACHED_PORTAL%>" global="true" />
 <es:isNull item="<%=tportal%>" >
       <esp:portalManager action="get" id="myPortal"
portalName="<%=portalName%>"/>
       <%tportal=myPortal;%>
        <fm:setCachedAttribute  name="<%=PortalTagConstants.CACHED_PORTAL%>"
value="<%=myPortal%>" global="true" />
   </es:isNull>
<%portal=(Portal)tportal;%>
****************

can anyone tell me what  is PortalTagConstants.CACHED_PORTAL doing and what
are others similar variables in interface PortalTagConstants used for.
please help me out
I have been banging my head in docs
sandarbh

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to