I've written a form validation controller.
I've used spring annotations in the form bean as well as the controller. But the @Valid annotations does not throw any errors into the BindingResult...
Type: Posts; User: abjet; Keyword(s):
I've written a form validation controller.
I've used spring annotations in the form bean as well as the controller. But the @Valid annotations does not throw any errors into the BindingResult...
Problem Solved!!!!!
Thnx Marten
So Marten what do you suggest, i should do?
I am new to JPA.
I was trying out an application. I can retrieve data from tables, but the persist() method is not saving data into table. I am using Netbeans 7.0., Glassfish Server. Plz tell me...