Hello All
There are Three fields in my JSP page.
I need a validation code in XML for following condition.
The conditions are as follows...
The First Field is compulsary, and at least one of the other fields
(either second or third or both) must contain the data.
Thanking you.
Rahul
Manish Pandit - 09 Nov 2006 16:15 GMT
Why can't it be in javascript?
-cheers,
Manish
www.pulpjava.com - 09 Nov 2006 16:57 GMT
Do JavaScript validation on the client side, and repeat that validation
on the server-side with some type of Form object.
Cheers!
-Cameron McKenzie
Free SCJA Certification Questions: www.scja.com
Free J2EE and WebSphere Tutorials: www.mcnz.com
Free Mock WebSphere Certification Exams: www.examscam.com
> Hello All
>
[quoted text clipped - 8 lines]
> Thanking you.
> Rahul
Alex Hunsley - 27 Nov 2006 16:42 GMT
> Hello All
>
[quoted text clipped - 8 lines]
> Thanking you.
> Rahul
Did you actually have a question?