Hello all!!

Help me with my problem. I am just learning jetspeed features.
So, I should put jsp to portlet, which is in :  
WEB-INF/yazd/index.jsp

Which portlet does allow me point my jsp with relative path
(e.g. /yazd/index.jsp). I tried to pass url to  WebPagePortlet:


    <portlet-entry name="Yazd" hidden="false" type="ref"
        parent="WebPagePortlet" application="false">
        <meta-info>
            <title>Yazd</title>
            <description>References to Yazd</description>
        </meta-info>
        <classname>org.apache.jetspeed.portal.portlets.WebPagePortlet</classname>
        <url cachedOnURL="true">/yazd/index.jsp</url>
    </portlet-entry>

But it is translated as normal html page.
I don't know which portlet process jsp page corrctly.

Sergei.

Thanks for your help.



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

Reply via email to