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