I have a problem with persisting data via play-framework. Maybe it\'s not possible to achive that result, but it would be really nice if it would work.
Simple>
According to Play documentation you should provide a query string like the following:
?shop.addresses[0].id=123 &shop.addresses[1].id=456 &shop.addresses[2].id=789
I am not sure whether you provide it correctly. Try this: