On 6/21/07, Mohammed Zabin <[EMAIL PROTECTED]> wrote:

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.

Pass your ResultSet into the request, and use JSTL to display -- that
handles null values as empty strings by default, not to mention giving
you a much cleaner presentation layer overall...

FWIW,
--
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
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