Thank you all for the reply..
I did in .application page.
T his will work..
Andreas Andreou wrote:
>
> Well, to answer the original question, just google for
> web.xml and welcome-file-list
> and set it up so that calendar.html is served... or,
>
> it's possible you're already using the ta
Well, to answer the original question, just google for
web.xml and welcome-file-list
and set it up so that calendar.html is served... or,
it's possible you're already using the tapestry redirect filter (check
your web.xml)
to redirect to /app. In that case, just configure it to forward to calenda
Em Mon, 08 Dec 2008 11:08:47 -0300, kk4Nabble <[EMAIL PROTECTED]>
escreveu:
I am using tapestry 4.1.1
I strongly suggest you to learn Tapestry 5 intead of Tapestry 4.1. The 5
version is very stable for a long time, is much easier to learn and is
very close to the first final version.
-
I am using tapestry 4.1.1
I have a page saying calendar.html I want this to be default page.
Thiago H. de Paula Figueiredo wrote:
>
> Em Mon, 08 Dec 2008 10:17:38 -0300, kk4Nabble <[EMAIL PROTECTED]>
> escreveu:
>
>> I am New to Tapestry.
>> I have a question, the default page for a tapestry
Em Mon, 08 Dec 2008 10:17:38 -0300, kk4Nabble <[EMAIL PROTECTED]>
escreveu:
I am New to Tapestry.
I have a question, the default page for a tapestry application is Home
Page if no request is made.
Is there any way to change this default page to some other page other
than Home page.
What