Hello every one:
This question may seem of topic. The reason I am asking this here is because I am sure some one faced this problem when dealing with struts and can provide an advice.

I have many objects that are mapped using hibernate to a DB. I need to update one of these objects (lets call it Parent). But this object contains many fields that I don't want to change. So the view here can display and modify the fields I need to change. Now, when I pass this object back, it's not a persistent object, and making it persistent will conflict with the existing one. If I deattach the original then I will lose the original values of the fields.

How can I get around this ? If some one have done this before, please let me know.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to