Its not well documented what error class the web layer uses. Had to test it manually the class name and all of his parameters.
Errors err = new BindException(command,"command");
The '"command"'...
Type: Posts; User: Asshen-Sukar; Keyword(s):
Its not well documented what error class the web layer uses. Had to test it manually the class name and all of his parameters.
Errors err = new BindException(command,"command");
The '"command"'...
Your question has nothing to do with Spring. It should belong to a javascript or Ajax forum.
Oh yeah, there is not much information available what ajax, javasript or whatever framework you are...
Ok thanks for the answer. Seems i will indeed need to rewrite some things.
I suppose that you mean with binding is not needed anymore that its done automaticly but if you want to implement you own...
Hi all,
I have a small design problem with annotations and testing.
I am using the @Requestmapping and @Initbinder in my controller object and the name of the function is free then. I have an...
The problem seems to be prepared statements in mysql.
Those question marks means that you are using prepared statements. Be sure you use the a new version of mysql and jdbc drivers.
If mysql...
Seems I was not clear enough.
In my Spring config there is an User object declared 'User4'. That user is injected in Usermanagers 'user'.
My datatbaselayer returns an fully populated User...
Hi all,
I have a little design problem with spring beans and hibernate.
I am trying to fetch a User from the db and put it in a spring bean so other object can later access it. The user is...