Let's all try over-reacting...

Anyway, both sides are correct - you can't rely on Javascript in all cases,
and it's excellent for validating client-side form entry where it's
available. The result? You validate on the client side when you can, and on
each submission, you STILL check the input for correctness, just in case
Javascript isn't available. That way, if the client DOES have Javascript,
they have fewer round trips, and if they don't have Javascript, you still
manage to catch errors before they happen.


>From: "Hoorn, Michiel van" <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: Form processing
>Date: Wed, 13 Jun 2001 13:21:17 +0200
>
>It is possible in *any* browser to turn off JavaScript. JavaScript doens't
>work then (duh). What if you validate your form, check if a date-field is
>empty or not with JavaScript.....that check will NOT work then.
>
>What if that datefield is a primary key in your database and you were
>trying
>to insert something into it and the JavaScript-validation was the only
>validation to check if that datefield was empty or not. That will give you
>an SQLException, won't it.....thus, i think JavaScript is not suitable for
>validating stuff. And if you do think it is, wel that's fine for you.
>
>Michiel;
>
> > ----------
> > From:         Mayuresh Kadu[SMTP:[EMAIL PROTECTED]]
> > Reply To:     A mailing list about Java Server Pages specification and
> > reference
> > Sent:         Wednesday, June 13, 2001 12:56 PM
> > To:   [EMAIL PROTECTED]
> > Subject:      Re: Form processing
> >
> > funny ?!? How do u find it funny ?! I mean show me the screen and i
>shall
> > make sure that i get u a guarantee that u will never see a value related
> > SQLException ever :)
> >
> > Frankly i dont see the joke !
> >
> > Mayuresh
> >
> > -----Original Message-----
> > From: A mailing list about Java Server Pages specification and reference
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Hoorn, Michiel van
> > Sent: Wednesday, June 13, 2001 2:19 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Form processing
> >
> >
> > And what if i set my JavaScript of in my browser?
> > Will i get an SQLException or a nice NullPointerException?
> > Yes, i'll certainly will.....
> >
> > JavaScript is funny but not a solution.
> >
> > Grz,
> > Michiel;
> >
> >
> > > ----------
> > > From:         Sachin S. Khanna[SMTP:[EMAIL PROTECTED]]
> > > Reply To:     A mailing list about Java Server Pages specification and
> > > reference
> > > Sent:         Wednesday, June 13, 2001 10:42 AM
> > > To:   [EMAIL PROTECTED]
> > > Subject:      Re: Form processing
> > >
> > > Use Javascript :-).
> > > Have a nice day.
> > > With regards,
> > > Sachin S. Khanna
> > > http://www.emailanorder.com
> > > ----- Original Message -----
> > > From: Sanjib Biswas <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Wednesday, June 13, 2001 12:15 PM
> > > Subject: Form processing
> > >
> > >
> > > > Hi,
> > > > in my form generated by my JSP page I want to have some validation
> > added
> > > on the submit event of a button and on sucessful validation I want to
> > > forward it to a servlet. How do I do it?
> > > >
> > > > Sanjeev
> > > >
> > > >
> > >
> >
>==========================================================================
> > > =
> > > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > > JSP-INTEREST".
> > > > For digest: mailto [EMAIL PROTECTED] with body: "set
>JSP-INTEREST
> > > DIGEST".
> > > > Some relevant FAQs on JSP/Servlets can be found at:
> > > >
> > > >  http://java.sun.com/products/jsp/faq.html
> > > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> > > >
> > >
> > >
> >
>==========================================================================
> > > =
> > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > > JSP-INTEREST".
> > > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> > > DIGEST".
> > > Some relevant FAQs on JSP/Servlets can be found at:
> > >
> > >  http://java.sun.com/products/jsp/faq.html
> > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> > >
> >
> >
>==========================================================================
> > =
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> > DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
> >
>==========================================================================
> > =
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> > DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to