Hi,
I have a new projectEntity which I store in the session of my webapplication. It is not saved to the database until the user specifically clicks the Save button.
A Project can have several Tasks. So I have a Properties on ProjectEntity called Tasks which is a collection of TaskEntities.
Now I would like a to add a new child task entity to my new project entity, but since I don't have a value for the PK of a project (I don't get this until I save it to the database) and my Task collection is not specified, I don't know how to do this.
I am using Self Servicing...
Please help me, thanks in advance,
G.I.