DaniloP schreef:
I`m trying to build a layout, as described in http://tapestry.apache.org/tapestry5/guide/layout.html http://tapestry.apache.org/tapestry5/guide/layout.html .
However, tapestry doesn`t read Layout.tml file. It`s in components package,
as asked. Also, it woun`t read page .tml files inside of pages package, but
I have to place them in webapp folder. This shouldn`t happen either? Could
you help me find out why it`s happening?

Thanks, Danilo
The good old Layout.tml problem.
There are two files:
1. Layout.java - goes in the src\main\java\MyApp\components  folder.
2. Layout.tml - goes in the src\main\resources\MyApp\components folder.

So there are two different folder for one component. Did you do this?

Regards

Marinus Maris




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

Reply via email to