Hello all
I managed to solve my problem with the cascaded relationships but I'm now facing a new one which is not an error but rather conceptual and i couldn't find any hint in the documentation. Maybe someone here can help me understand.
I have again the same DB Model. When adding a recipe I can correctly add an aroma and it's percentage. The aroma gets fetched from the aroma_details which again has it's own attributes. that works all well but...
Selecting an Aroma_Detail and navigating back to Aroma, takes over correctly the name of the Aroma_Detail in the SelectionObject. When I navigate back to the Recipe though, the SelectionObject doesn't show the name anymore but instead a reference String to the entry in the Aroma Table, thus sort of loosing the name.
I assume I would have to use "titlePropertyName" to set it right, but how can I access a field in the aroma_detail from the first recipe table?
I hope it makes sense the way I explained it, although I reckon it's not so easy :-S
best wishes Vince