You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Jennifer Striner <js...@hotmail.com> on 2002/03/27 21:38:16 UTC

Make a Servlet into a portlet?

Hi ...

I've been searching through the FAQ and I found some questions relating to 
this, but not a complete answer to my question:

Can you make a servlet into a portlet?

I was trying to use the ServletInvokerPortlet ... I can see the title but 
the portlet is empty. In my .xreg file I have this:

    <portlet-entry name="Servlet" hidden="false" type="abstract" 
application="false">
        
<classname>org.apache.jetspeed.portal.portlets.ServletInvokerPortlet</classname>
    </portlet-entry>
    <portlet-entry name="Add" hidden="false" type="ref" parent="Servlet" 
application="false">
        <meta-info>
            <title>Add</title>
            <description>Add</description>
        </meta-info>
        <parameter name="url" value="/servlet/AddFavoritesServlet" 
hidden="false"/>
        <media-type ref="html"/>
    </portlet-entry>

Any suggestions ... thanks for your time.

Jenny

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>