I am attempting to write a web app without JSPs, just HTML and ajax. I am trying to use Spring 3 MVC. I am having trouble resolving HTML views . . .
I need something like :
But this doesn't work. Wondering how to resolve static content. Thanks. Eric.