Hi,
I am facing the following problem, I have a grid with three column: iso, description, countryCode, iso is a pk. When I try to edit description or countryCode, the other one is null in the executeUpdate. There will only be values for both columns if I edit the two.
How can I avoid that the value of the non-edited column be automatically setted to null?
Thanks in advance.
Vitor Eduardo
I am facing the following problem, I have a grid with three column: iso, description, countryCode, iso is a pk. When I try to edit description or countryCode, the other one is null in the executeUpdate. There will only be values for both columns if I edit the two.
How can I avoid that the value of the non-edited column be automatically setted to null?
Thanks in advance.
Vitor Eduardo
Comment