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!