Dear all,

I have Jetspeed1.3a2
when you configurate portlets, how to decide the "parent" for
<portlet-entry>?

EXAMPLE 1:
    <portlet-entry name="Jetspeed" hidden="false" type="ref"
        parent="RSS" application="false">
        <url>/rss/Jetspeed.rss</url>
    </portlet-entry>

Q: I can find Jetspeed.rss in <tomcat-home>/webapps /jetspeed/rss
so the parent will be "RSS", is this correct?

EXAMPLE2:

    <portlet-entry name="StockQuote" hidden="false" type="ref"
        parent="CustomizerVelocity" application="false">
        <meta-info>
            <title>Stock Portfolio</title>
            <description>Stock Portfolio Portlet</description>
        </meta-info>
        <parameter name="template" value="stock-quote" hidden="false"/>
        <parameter name="action" value="portlets.StockQuoteAction"
hidden="false"/>
        <media-type ref="html"/>
        <media-type ref="wml"/>
    </portlet-entry>

Q: Please tell me where to find "CustomizerVelocity"? what's the meaning for
value="portlets.StockQuoteAction" ?


****************************************************************************
**************************************************
Q: Please explain how to decide the value for "parent", the name and the
value for "parameter"?
     If parent="html" what is the actual path for the html file?

Q: what is the basic rule for .xreg and registry.xml? any hints/links?


Thank you all so much!


Irene




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

Reply via email to