|
Do you happen to have an example of the source code for that? That's exactly what I'm trying to do. Thanks... Ron Power Programmer Information Services City Of St. John's, NL P.O. Box 908 St. John's, NL A1C 5M2 Tel: 709-576-8132 Email: rpower@xxxxxxxxxx Website: http://www.stjohns.ca/ ___________________________________________________________________________ Success is going from failure to failure without a loss of enthusiasm. - Sir Winston Churchill "Paul Holm" <pholm@xxxxxxxxxxxxxxxxx> Sent by: java400-l-bounces@xxxxxxxxxxxx 2005/05/05 03:51 PM Please respond to Java Programming on and around the iSeries / AS400 <java400-l@xxxxxxxxxxxx> To <java400-l@xxxxxxxxxxxx> cc Subject Another JavaScript question, validation Ron, The standard way to do validation is 2 phase. Use JavaScript on the client to catch issues such as required fields, field length, etc BEFORE the form is submitted. Then since JavaScript can be turned off and some constraints and rules may be enforced at the database level you must also validate on the server. If you have an error you can return to the calling JSP and show the user the error. The error can be put in the session or request. So steps are: 1. Forms have javaScript to validate on the client 2. Forms submitted to server where server side validation and database validation occur 3. Try catch around database code return errors back to jsp for user display Here is an example of both client side (notice required fields and server side, try to insert a customer with the same customer # as an existing) http://www.planetjavainc.com/wow63x/runApp?id=371&_pj_lib=wowsamp60 Duplicate key assume you have a unique index on cusnum. HTH Thanks, Paul Business: 760-432-0600 Cell: 760-415-8830 PlanetJ - Makers of WOW (AKA... WebSphere on Steroids) You Need Web? You Need WOW! www.planetjavainc.com WOW!!!! -----Original Message----- -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.5 - Release Date: 5/4/2005 -- This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.