Validate Form Fields JSP

M

morc

HI,
I need to validate my form fields on my jsp page. I'd rather not use
beans, is there any other good ways? anyone know of a way i can make a
javascript validator or something? i'm not good validating.

any help is appreciated
thanks
-morc
 
H

Hal Rosser

morc said:
HI,
I need to validate my form fields on my jsp page. I'd rather not use
beans, is there any other good ways? anyone know of a way i can make a
javascript validator or something? i'm not good validating.

javascript is good for validating form fields because it gets done on the
user's machine instead of on the browser, (but you have to be aware that
users can disable javascript) - and its well worth learning.
there are good tutorials here :
www.w3schools.com
and a good reference here
www.devguru.com
the syntax is similar to java
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top