Thanks.
It turned out to be the simple thing that got forgotten in the crunch. I needed to alter the dispatecher servlet code so that the validator was declared as a bean and not as a class. ...
Type: Posts; User: RichardJohnson; Keyword(s):
Thanks.
It turned out to be the simple thing that got forgotten in the crunch. I needed to alter the dispatecher servlet code so that the validator was declared as a bean and not as a class. ...
Hi,
Hopefully this is just a simple config goof and not a manifestation of a nightmare. :-)
Our app is a simple web app with a form backing object called "survey" and a helper object...