> 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