Hi,
I am trying to use component “Entity picker” with action “entity_openComposition”.
My entity(Goal) has association with another entity(Result), where is One to One cardinality and “Goal” is owning side.
I am using in Edit screen Entity picker with action entity_openComposition. But when I press button on screen, when Result entity is empty, instead of creating new and show editor of that entity, I got error:
IllegalStateException: Editor of class {rootName}.motivation.mpr.entity.MprResult cannot be open with mode EDIT, entity is not set
In XML, Entity picker have “Property” attribute and action just “ID” and “Type”.
Thank you