Hello My Friend:
After read your code, i saw a point that is the reason which cause you that problem.
If you see your code:
[code] Contenuticampi contenuticampi=new Contenuticampi()[/code]
contenuticampi.setNomecampo(name);
contenuticampi.setOrdine(i);
contenuticampi.setValue(field);
You are instancing a "new" Object without its original Id. So, when you want to update it, it`s natural say you "id is null...", and so on.
I suggest you obtain the ID for that Object, then you can execute update job.
request for comments.
Neketsu Shonen[/code][/quote]
|