I\'m new to Tiles and Spring MVC (I looked through several similar issues but found no solution for \'my problem\')
controller:
@Controller
public cl
The problem lies in the project location.
A combination of jetty, apache tiles and spring's view resolver does not work when there is a space in the location.
For ex : a project location - D:\folder whitespace\your_project will throw the above error -Could not resolve view with name 'index' in servlet with name 'dispatcher'
Solution - Please change your project location to a path with no space in it.