Hi, I belive so, but I can't figure out how to make it work. TextField tag get always a zero value (0), when integer value is populated from database. With char values this is working right (textFields remains empty). Naturally the zero value is updated to database when the jsp page form is updated (I need it to reamin null). If I manuall empty zero number from integer textFields in the jsp, it is working right, the null values are updated back to database.
So, original problem still remains: How to keep textField empty when integer field in database is null. Regards, Salient ----- Original Message ----- From: "Henner Kollmann" <[EMAIL PROTECTED]> Date: Wed, 25 Jun 2003 20:28:49 +0200 To: "''Salient Larkin''" <[EMAIL PROTECTED]> Subject: AW: [dbforms] Null value in an integer field > Hi, > > This should be possible.... > > Henner > > > -----Urspr�ngliche Nachricht----- > > Von: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Im > > Auftrag von Salient Larkin > > Gesendet: Mittwoch, 25. Juni 2003 13:03 > > An: [EMAIL PROTECTED] > > Betreff: [dbforms] Null value in an integer field > > > > > > Hi, > > > > In the label tag there is nullFieldValue attribute. In the > > textField, if integer value in the database is null, the > > value in textField is always 0 (zero). Is there a way to show > > in this case textField as empty and in update action leave > > the value in the database as well null. > > > > Thank you, > > Salient > > -- > > __________________________________________________________ > > Sign-up for your own FREE Personalized E-mail at Mail.com > http://www.mail.com/?sr=signup > > CareerBuilder.com has over 400,000 jobs. Be smarter about your job search > http://corp.mail.com/careers > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > DbForms Mailing List > > http://www.wap-force.net/dbforms > -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
