Closed pelayuko closed 12 years ago
Without your code I can hardly understand where the root cause is.
On Sat, Jun 30, 2012 at 5:38 AM, yukogfu < reply@reply.github.com
wrote:
I have a sample app in play 1.2.4 with CRUD module enabled and Morphia 1.2.9, when I try to save an entity params are not binded so modified object is not persisted.
Reply to this email directly or view it on GitHub: https://github.com/greenlaw110/play-morphia/issues/90
Sorry, is the code provided by CRUD module. Anyway I've also tryied with yabe sample provided in samples folder of play-morphia project with morphia 1.2.9 as dep and running over play 1.2.4.
I have override save method of CRUD controller to trace:
I'va finally found the solution -maybe a workaround- , override method bindBean(..) of PlayPlugin in MorphiaPlugin as:
solved in play 1.2.5
I have a sample app in play 1.2.4 with CRUD module enabled and Morphia 1.2.9, when I try to save an entity params are not binded so modified object is not persisted.