-
Apr 12th, 2013, 12:26 PM
#1
Ridiculous spring data jpa issue with domain class web binding
Hi all,
a couple of minutes ago I have seen that my tiny base crud controller is broken. More explicit the domain class web binding (doc) work for some entities and for some it does not work. But, and here comes the weird thing, it worked a couple of days ago and for no obvious reason it does not work anymore. There are no errors or other helpful log messages (even with log level 'debug') ... nothing at all -.-
Did anyone experienced a similar issue ?
-
Apr 12th, 2013, 01:25 PM
#2
I find some more informations about this problem. It seems that my custom editors defined in a controller advice class crash the class web binding for those classes where I define another editor ... I think I have misunderstood the controller advice funktionality ...
-
Apr 12th, 2013, 01:33 PM
#3
ok after moving the initBinder annotated method to the specific controller, which need the editors it works as before
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules