from http://tapestry.formos.com/nightly/tapestry5/tapestry-core/


   - Tapestry templates now use the extension .tml (not .html). Page
   templates in the context are now stored at the root, not under WEB-INF.

from
http://tapestry.formos.com/nightly/tapestry5/tapestry-core/guide/templates.html

   - Component templates are stored with the component class file. The
   files have a ".tml" extension (i.e., *T*apestry *M*arkup *L*anguage),
   and are stored in the same package as corresponding component class (
   src/main/resources/.../components/).
   - For *pages* (not *components*), a second location will be searched:
   in the web application context. The location is based on the logical name of
   the page, in the previous example, the template would be MyPage.tml in
   the root folder of the web application. A template on the classpath (
   src/main/resources/.../pages/) takes precedence over a file in the web
   application context.

Thank you Borut.

Marcus

Reply via email to