Hi
I have an auditing problem.
Whenever a user inserts or updates a certain table, another table needs
to inserted with audited information (basicaly something that says who
he was, what record he changed, and some other information)
This information must only be tracked if there were no errors in the
database operation.
So this should perhaps better done in a postXXX method of an
interceptor.
However, according to the documentation, none of the postXXX methods has
a fieldValues parameter. Why ?
Someone else suggested a workaround by storing the fieldValues Hashtable
in the user's session. This should work, but doesn't seem very elegant.

Why not just add the fieldValues parameter to the postXXX methods as the
preXXX methods have ?

Regards,
Carlos Anjos.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to