Hi!

It looks like I fixed my own problem. I will share what I learned.

While following along in the article located at http://blog.springsource.com/2009/12...in-spring-3-0/ , I ran into a roadblock with the mvc-basic and the Controller portion.

I successfully got the welcome page up and clicking on the different language links worked fine. However, when I clicked on the @Controller Example, I did not get the form that I should. Instead I got a 404 page and a log error of PageNotFound stating it could not map the url.

So, I shutdown the "tc Server Developer Edition" server, made sure "Build-Automatically" was checked in the Project menu, did a Project/Clean... (which builds too), and started the server back up. Now it works.

This was all using the STS 2.5.1 release and the mvc-basic code that I checked out last night.

I hope this helps someone! Enjoy!