PDA

View Full Version : Spring MVC and Dojo


hezjing
May 5th, 2008, 05:37 AM
Hi

I followed the tutorial of "Developing a Spring Framework MVC application step-by-step", and it is indeed a very good kick-start for a Spring MVC beginner.

Now, I'm trying to integrate Spring MVC with Dojo, and I'm wondering if it still make sense to use SimpleFormController?

I simply want to submit a form, and validate the input, and show the errors using Dojo.

Are you able to point me a good tutorial on this?