Dear Sirs,

Unless I am not totally mistaken, you have to specify an action inside of
the registry like this:

    <portlet-entry name="MyPortlet" hidden="false" type="instance"
application="false">
        <classname> ... </classname>
        <parameter name="action" value="portlets.MyAction" hidden="true"/>
    </portlet-entry>


In this case the package of MyAction would be
    org.apache.jetspeed.modules.action.portlets.MyAction

How can I change this to
    com.mycompany.actions.MyAction


Anyway is there any detailed documentation about actions availlable?


best regards

Matthias Wimmer

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

Reply via email to