I often get a feeling of total bewilderment, confusion and helplessness. I have it now.
I have a parent child relationship and want to edit the foreign key on the child. The CRUD scaffolding builds a child domain class that has as an attribute the parent object. Thats fine as far as it goes, but I want to change the integer value of the foreign key to another one.
If I go in through the front end the form for the child does not have anything about the parent on it at all.
I wont bore you with all the useless things I have tried – can you just tell me what I need to do to get an edit of the foreign key working?
Thanks