how get portlet entry name in a  jsp file which is
template of a JSPPortlet? 

i have define a portlet in .xreg file

    <portlet-entry name="MyJSP" hidden="false"
type="ref" parent="JSP" application="false">
        <meta-info>
            <title>MyJSP</title>
            <description>MyJSP</description>
        </meta-info>
        <parameter name="template" value="my.jsp"
hidden="false"/>
        <media-type ref="html"/>
    </portlet-entry>

 
and now i want to get 
               portlet-entry name="MyJSP" 
in my.jsp file,how code?

Thanks

James Wang               

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

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

Reply via email to