Yes you can change this.

IN the TurbineResources.properties

there is a MODULES PACKAGES property.

Change this to be something like
module.packages=com.mycompany.modules,org.apache.jetspeed.modules

Then you must put your action into the package:
com.mycompany.modules.actions.MyAction

BTW:  there is  nothing special about the name modules BUT there is something very
special about the name actions.  I think this is hard coded in the Turbine stuff.
So you could have put your root package to be:  somewhere.anywhere as long as the
next package name is actions

In general, its been my experience there is really  no detailed documents, but for
actions you want to look at the documents from the Turbine project.

HTH

Pat



"Wimmer, Matthias" wrote:

> 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]>


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

Reply via email to