codagtr, all along I thought it may be a Spring configuration issue but thanks to your response I narrowed down the problem to my maven build - the standard-xxx.jar was not being included in my build...
Type: Posts; User: Andrew Murphy; Keyword(s):
codagtr, all along I thought it may be a Spring configuration issue but thanks to your response I narrowed down the problem to my maven build - the standard-xxx.jar was not being included in my build...
I have setup a basic Spring and Tiles webapp configuration using a ResourceBundleViewResolver with the views defined in a resource bundle using the default basename 'views'. The content of this...