I'm not sure if that's a usual requirement but here it is. I need to have another page as a default homepage instead of the "Index" page. I can do that by returning the page I need from an "Index" page method that handles @SetupRender or @OnEvent(value=EventConstants.Activate) events, I'm not quire sure at the moment but I'll look that up.
The question is, can this be done without redirecting the user after visiting the Index page ? More like having the page I desire as the default home page instead of Index ? Also the tricky part is that I may have this page in a module (here is an idea about what I mean<http://tawus.wordpress.com/2011/04/20/tapestry-magic-3-plugin-blocks/>). So when that module *isn't* in the classpath, the "Index" page will be displayed as usual. Thank you.