The Tapestry website says:

-----------------
Under a typical Maven directory structure, the Java class for a component might be src/main/java/org/example/myapp/components/MyComponent.java. The corresponding template will be src/main/resources/org/example/myapp/components/MyComponent.tml.

Likewise, the Java class for a page might be src/main/java/org/example/myapp/pages/MyPage.java and the corresponding template will be src/main/resources/org/example/myapp/pages/MyPage.tml.
------------------

However, placing my Index.tml page file in such a location doesn't work; it only works when it is placed in the webapp directory. Why is that? Has something changed since this was written?

p.



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

Reply via email to