
First of all thanks for your answer. As you can see for the attached picture the ER Datamodel has an "Album Fotografici" related to "Foto" (Each Album has more photo).
just under the ER-Datamodel you can also see the page I use to insert the new picture for a selected Album.
The DataUnit "I miei Dati", "Il mio Blog" and "Album Selezionato" report the correct data on the page.
The PowerIndexUnit list the Picture (Foto) already attached to the selected Album.
The EntryUnit was used for fill the fields needed in order to insert a new photo.
As you can see I use a CreateUnit "Aggiungi Foto" in order to insert the new picture using 2 links:
- Normal link to add all data coming from the entry Unit (have a look to the coupliong on the right)
- Transport link (on the left) to map the Album_Fotografici.oid (on which album the picture need to be added).
As reported in my previous post, debugging the application All the values are passed correctly
BUT in the DB the Album_Fotografici.oid is never writtene.
After the insert operation the CreateUnit follow the OKlink returning to the "Aggiungi Foto"
I already managed succesfully, in the same way a similar case putting comments "Commenti" on each photo "Foto".
page.alt text