java - Play Framework Checkbox and duplicated Entry -


i have in scala view loop displays saved records of entity checkboxes inputs, have n numbers of checkboxes. idea map entities manytomany annotation.

i display checkboxes , can persist data. issue checkbox check save new entity , not mapped current saved record exist.

i not know how change this, every time check on checkbox have new entity , father entity (what has manytomany annotation) mapped new persist entry.

can me please?

thanks & regards,


Comments