I am using tiles as a viewResolver with Spring 3 MVC. I have a home page which needs to be invoked for which there wont be any controller. I found the syntax for mapping URLs without the controller for other view resolver. How can i achieve this with the tiles view resolver?