[Jhs-leads] Input form validation

Smith, Louis L. Louis.L.Smith@dep.state.fl.us
Fri, 18 Mar 2005 09:52:35 -0500


We are using the built-in Struts validation framework... are you asking =
us to
remove that and replace it with this one?

-----Original Message-----
From: jhs-leads-admin@lists.dep.state.fl.us
[mailto:jhs-leads-admin@lists.dep.state.fl.us]On Behalf Of Kirkpatrick,
Ivan
Sent: Friday, March 18, 2005 9:44 AM
To: jhs-leads@lists.dep.state.fl.us; jhs-pms@lists.dep.state.fl.us
Subject: [Jhs-leads] Input form validation


Most projects that incorporate some kind of user input should be doing
validation of that input in order to reduce the chances of the users
inputting data in the wrong formats.

This link is to a web page that includes validate.js and instructions on =
it's
usage.  http://webcoder.info/downloads/validate.html

I strongly suggest that this be a part of each project.  By doing so we =
are
reducing the network traffic because this validation is performed on the
client.  Good J2EE practice is to validate the data input again on the =
server
side before sending it to the database.

Many of you may be aware of the problems associated with incorrectly
formatted data in the databases and how much effort is going into =
cleaning it
all up.  These are the beginning steps in reducing this problem.
_______________________________________________
Jhs-leads mailing list
Jhs-leads@lists.dep.state.fl.us
http://lists.dep.state.fl.us/cgi-bin/mailman/listinfo/jhs-leads