Please drop the "/app" from your url pattern. There is no need for it.
browse
/browse/app
admin
/admin/app
Needs to be:
browse
/browse
admin
/admin
Here is my entire web.xml from a working war file with s
still no go..
my directory structure is this
/admin/Home.html ("Admin" in h1 and title)
/browse/Home.html ("Browse" in h1 and title)
/WEB-INF/admin/Home.page
/WEB-INF/browse/Home.page
both contains the same thing
http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd";>
/WEB-INF/web.xml
ht
IL PROTECTED]>
To: "Tapestry users"
Sent: Monday, November 27, 2006 11:09 AM
Subject: Re: Multiple application in a single war
That looks like a bug to me. When I envisioned multi-application support,
I
expected it to work the way you are stating.
Try creating a .page file for eac
That looks like a bug to me. When I envisioned multi-application support, I
expected it to work the way you are stating.
Try creating a .page file for each page, even if it is empty (in
WEB-INF/browse and WEB-INF/admin). That may "shock" Tapestry into finding
the template properly.
On 11/27/06,
in the page
http://tapestry.apache.org/tapestry4/UsersGuide/configuration.html
there under the section
Web deployment descriptor
there is this line
As /WEB-INF/name/name.application. The name is the servlet name. This
location is only used in the rare case of a single WAR containing
multiple Ta