1) Make sure your classes are available to your container classpath 2) Make sure your Modules extend the right classes 3) If nothing works, you will have to debug Turbine to catch the error
On Fri, 2005-08-26 at 17:30 +0300, Dan Nicolici wrote: > I submited an earlier post but I got no replies. It sounded like this: > > "I am trying to get my java module for the layout to be execyted, but somehow > it seems to skip it. All my java screens associated with .vm's are executed > as expected. Following the same organizational pattern with layouts it > doesn't work. > > Project structure example: > > com.company.modules.layouts > | > ---LayoutOne.java > > com.company.modules.screens > | > ---ScreenOne.java > > > > templates > | > ---screens > | | > | ---ScreenOne.vm > | > ---layouts > | > ---LayoutOne.vm > > I have added a properties file that specifies my modules packages. Ex: > > module.packages = com.company.modules , > > and still it behaves like I said before. Can anyone please help me?" > > > Thanx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
