Hello folks I am working on a project using JSP's and Servlets. I have
a servlet that handles requests from several dynamic HTML forms. I
want to know if there is a way to check wether an HTML form field was
defined. In ColdFusion there is an isDefined() function. Right now I
am checking wether the request.getPara meter("formfiel d") is null.
this has problems with fields left empty as nulls mean something in
this form. What is the best way to accomplish this??
DM
a servlet that handles requests from several dynamic HTML forms. I
want to know if there is a way to check wether an HTML form field was
defined. In ColdFusion there is an isDefined() function. Right now I
am checking wether the request.getPara meter("formfiel d") is null.
this has problems with fields left empty as nulls mean something in
this form. What is the best way to accomplish this??
DM
Comment