Have root URL render some page other than the "index" page
Pratik Patel <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.user |
|---|---|
| Message-ID | <CAGva5M0JwTz+PaQggALr97YEF9MYVEamxshPHEH+2hcN4891Dw@mail.gmail.com> |
Hi All, Is it possible to override the behavior of tapestry so that root URL renders some page "foo" instead of "index"? If some URL is not found then tapestry renders index page. I want to override this behavior so that instead of "index" page, it renders page "foo". How can I achieve this? Thanks, Pratik