Hi!!
I have this line in my admin.application file:
<meta key="org.apache.tapestry.page-class-packages"
value="ru.myapp.tapestry.admin.pages"/>
But my pages not loaded without .page file (I'm using annotations) and i
have exception:
org.apache.tapestry.PageNotFoundException
Page 'Home' not found in application namespace.
Stack Trace:
org.apache.tapestry.resolver.PageSpecificationResolverImpl.resolve(PageSpecificationResolverImpl.java:137)
$PageSpecificationResolver_106cb107a5a.resolve($PageSpecificationResolver_106cb107a5a.java)
$PageSpecificationResolver_106cb107a5b.resolve($PageSpecificationResolver_106cb107a5b.java)
...
Files structure
WEB-INF/
classes/ru/myapp/tapestry/admin/pages/Home.class
admin/Home.html
admin.application
web.xml
If I just add Home.page file all works fine.
What is wrong?
Thanks!
________________________________________________________________
Kosarev A.V.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]