You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Dan Nicolici <da...@nexource.ro> on 2005/08/18 09:42:49 UTC

Layout not working

Hi!
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?

Thank you in advance!