Hi,
In struts 2, what are the different ways to keep the previous values of
the fields of a form which
is being modified (with new values) ?

I would like to save in the database the NEW (after modification) and
the OLD (before modification) values of the fields of the form.
Let's say I have 3 columns "FIELD_NAME",  "OLD_VALUE", "NEW_VALUE" in a
table "LOGS".

Is there an interceptor that takes care of this kind of thing for
instance ?

Thanks for helping.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to