just set a value to null or ""; if it's null, return (maybe this " ") some 
value for a space, if you want to paint the border on a table (the HTML part) 
this is likely the best way to do it. You could populate it with a dash ("-")  
or some other.

-----Original Message-----
From: Mohammed Zabin [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 21, 2007 5:45 AM
To: Tomcat Users List
Subject: Null


Hi All

Anyone knows how to deal with null values in JDBC ResultSet??

I am trying to render a table in jsp page that read its value from the
database, sometimes, the database returns null values, and so, the whole
table couldn't be rendered. Is there any way to deal with null values.

Thanks

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to