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

Look for "module.packages" in TurbineResources.properties

You should find this entry:

module.packages=org.apache.jetspeed.modules

Next add this entry underneath it:
module.packages=com.mycompany

Now Jetspeed(Turbine) will locate actions first under 
org.apache.jetspeed.modules.actions then under
com.mycompany.actions

> Anyway is there any detailed documentation about actions available?

TurbineResources has an explanation of module paths inside of it.

Also, http://jakarta.apache.org/turbine/turbine-2/howtos.html

Scott

> -----Original Message-----
> From: Wimmer, Matthias [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 16, 2002 8:10 AM
> To: 'Jetspeed Users List'
> Subject: Info about Actions
> 
> 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:jetspeed-user-
> [EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:jetspeed-user-
> [EMAIL PROTECTED]>

Reply via email to