Hi to everyone!
  I'm developing a portal with jetspeed 1.4 (Tomcat 4.1.24) and i'm trying
to insert JSPPortlets. The problem is that the portlet don't considerate
the JSPPortletAction class i developed for them. May be that i'm wrong in
something (very probable), but i'm not able to find the problem. Can someone
help me? Have the Action class to be located in another directory than /WEB-INF/classes
respect to the .xreg file below?

Thanks for the help!!!
Best regards, Matteo

my .xreg file is something like this:

<portlet-entry name="JSP Quoting" hidden="false" type="ref"
        parent="JSP" application="false">
        <meta-info>
            <title>Quoting maded in JSP</title>
            <description>JSP Portlet for quoting service</description>
        </meta-info>
        <classname>org.apache.jetspeed.portal.portlets.JspPortlet</classname>
        <parameter name="template" value="MyQuotingPortlet.jsp"
            hidden="true" cachedOnName="true" cachedOnValue="true"/>
        <parameter name="action" value="QuotingPortletAction"
            hidden="true" cachedOnName="true" cachedOnValue="true"/>
        <media-type ref="html"/>
        <url cachedOnURL="true"/>
    </portlet-entry>


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

Reply via email to