hi, i've some form in struts 2 doing update with hibernate ? i've add some attribute that need updated in form but not all attribute in table i put in the form.
when i do update, it get error null exception. i don't understand why hibernate trying to set null the attribute that i don't put it in form. how do i avoid hibernate setting null to this attribute ? i've already set dynamic-update="true" in mapping files. thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

