You need to set the path in the modules property in your TR.props...
Hope that helps...
Saimon
> -----Mensaje original-----
> De: Marc Lustig [SMTP:[EMAIL PROTECTED]]
> Enviado el: 19 September 2002 17:33
> Para: Turbine Users List
> Asunto: how to access actions in sub-dirs?
>
>
> I read in some posting that it makes sense to reflect the
> directory-structure of the templates (templates/app/screens/kunden ) in
> the
> screens and actions directories.
> But when I try
>
> <form method="post"
> action="$link.setPage("kunden,Verwaltung.vm").setAction("kunden,KundenActi
> on
> s")">
>
> I get an error
> java.lang.ClassNotFoundException: Requested Action not found:
> kunden,KundenActions Turbine looked in the following modules.packages
> path:
> [de.geoconnect.audiotex.modules, org.apache.turbine.flux.modules,
> org.apache.turbine.modules]
>
> The actions class is placed in modules/actions/kunden/KundenActions
> How do I tell turbine to look in the subdirectories as well, when
> searching
> for any action-class, and not only in the "root"-dir?
>
> Thanks again.
> Marc
>
>
> --
> 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]>