Hi folks:
First:
What is the best way to keep the word 'null' from appearing in the HTML text input fields on a form? I'm using JSP, JDBC and JavaBeans to return properties and populate the values on a form. When the value in the database is null, the word 'null' appears in the field. I'm sure I can use an 'if' statement before each field in my script to check for a null value, but is there a better way to fix this?
Second:
I really like this forum. It is extremely helpful since very little is known about JSP except by those of us who are interested enough in it to make it work through trial and error. Is there some reason that this forum is not posted on a web site in a sort of discussion format? It would be nice to be able to search all the previous discussion threads and it might avoid repeat questions.
thanks
Bill
[EMAIL PROTECTED]
