Re: Changing Default page as another page other than Home page.

2008-12-08 Thread kk4Nabble
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

Re: Changing Default page as another page other than Home page.

2008-12-08 Thread Andreas Andreou
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

Re: Changing Default page as another page other than Home page.

2008-12-08 Thread Thiago H. de Paula Figueiredo
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. -

Re: Changing Default page as another page other than Home page.

2008-12-08 Thread kk4Nabble
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

Re: Changing Default page as another page other than Home page.

2008-12-08 Thread Thiago H. de Paula Figueiredo
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