Hi, i have a ManyToMany relationship [Basket has many Products] and trying to use checkbox to track changes from the Views ...
Product Entity
Jsp form
Does form:checkbox path="notInBasket" requires me to have yet another field on basket Entity? how do i change Product.notInBasket when the box is checked? Or how should i do this better