Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Struts Validation Rules

843838Feb 22 2006 — edited Feb 24 2006
Hi,
i am new to Struts framework. i have a Form,which contains 4 properties, say name, age, doj and sex.

in jsp all are Textfields. i need to implement js validation using struts validator for
1. sex should be either male or female
2. nameshould not contains any other chars than alphas.
3. Age value should be numeric without decimals.
4. doj (dateof joining) should be like mm-dd-yyyy

Pls Direct me thru Proper way.

Thanks all.
bhadra
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 24 2006
Added on Feb 22 2006
9 comments
192 views