Hi, I have a checkbox in my ..._single.jsp. If I uncheck the checkbox, the value is not sent via http, thus it is not set in the fieldValues, thus it is not updated (next time the checkbox is still checked). That's a common problem in web-applications. In Struts for example I "uncheck" all checkbox-values in the Form.reset() method. I could use the a specific interceptor for my table and implement the preUpdate() method, cheking every single column. I would like to do it in a generic way because I have dozens of tables and fields. Do you see to implement that in a generic way?
Cheers, Jan. -- NEU F�R ALLE - GMX MediaCenter - f�r Fotos, Musik, Dateien... Fotoalbum, File Sharing, MMS, Multimedia-Gru�, GMX FotoService Jetzt kostenlos anmelden unter http://www.gmx.net +++ GMX - die erste Adresse f�r Mail, Message, More! +++ ------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
