Topic: HOWTO: save an entity with a composition relationship
Hey guys,
I have two entities, product and additionalData, and I want to create a additionalData in the product's form, because they are created at the same time.
A product can have many additionalData, that will be created when I create a product.
How to I do it?
tks.