PROBLEM
DynamicForm updates all fields even though only one is updated. How does one have the server side just update only the field that was updated?
I would like this since I have a timestamp field that upon update uses CURRENT_TIMESTAMP to record the date/time of the update. However, since all fields are being update, which include my timestamp field, the timestamp field does not reflect the date/time the user updates the field.
Environment
v8.2p_2012-09-18/PowerEdition Deployment
GWT-2.4
DynamicForm updates all fields even though only one is updated. How does one have the server side just update only the field that was updated?
I would like this since I have a timestamp field that upon update uses CURRENT_TIMESTAMP to record the date/time of the update. However, since all fields are being update, which include my timestamp field, the timestamp field does not reflect the date/time the user updates the field.
Environment
v8.2p_2012-09-18/PowerEdition Deployment
GWT-2.4
Comment