The questions is all in the title :)
Using Play! Framework 2.0, I have a Model with a ManyToOne field to an other Model.
In the form, I show it with a Select id -> toString, but when I hit submit, I've got "Invalid value", because it expect an instance of that Model (I guess).
How can I do this?
Thanks for your help!