RE: How to validate a checkboxlist?

2008-05-09 Thread Allen, Daniel
If you want client-side anything, wouldn't you want to use JavaScript? As far as I know, everything XWork validation does is on the server. (I would say have a validator in the action bean too, though, in case the use has JS disabled and manages to submit without passing that check.)

RE: How to validate a checkboxlist?

2008-05-09 Thread mojoRising
I am using struts 2.0.11, and with the validation framework, client-side validation is of course done using javascript: http://struts.apache.org/2.x/docs/client-validation.html Javascript must be used for my project so I have no problem requiring it. The client side (javascript)validation works

RE: How to validate a checkboxlist?

2008-05-09 Thread Allen, Daniel
. ~DVA -Original Message- From: mojoRising [mailto:[EMAIL PROTECTED] Sent: Friday, May 09, 2008 2:34 PM To: user@struts.apache.org Subject: RE: How to validate a checkboxlist? I am using struts 2.0.11, and with the validation framework, client-side validation is of course done using

RE: How to validate a checkboxlist?

2008-05-09 Thread mojoRising
Subject: RE: How to validate a checkboxlist? I am using struts 2.0.11, and with the validation framework, client-side validation is of course done using javascript: http://struts.apache.org/2.x/docs/client-validation.html Javascript must be used for my project so I have no problem