> From: "Otto Cordero" <[EMAIL PROTECTED]>
> 
> Hello, 
> The velocity how-to says that I do not need to have a class file for each
> template file. I have tried to do this but turbine shows the error page it
> doesn�t find the class...
> How could I solve this, ... it is a big problem to me because it forces the
> template to be processed by one single screen class all the time.
> 
> Thanks
> 
> Otto.
> 
You must still have at least a Default.class for turbine to find somewhere
in module.packages (see TurbineResources.properties).  If turbine doesn't
find a class that matches your template it will check for Default.class in
the directory that corresponds to the template, if not found there then I
believe it searches backwards through the path to the path defined in
module.packages.

HTH,

Scott
-- 
Scott Eade
Backstage Technologies Pty. Ltd.



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

Reply via email to