RE: validator for check box

2003-10-29 Thread Jayaraman Dorai
. Wondering why struts doesn't have it? Again, am I missing something? Thanks Jayaraman -Original Message- From: Jayaraman Dorai Sent: Monday, October 27, 2003 2:31 PM To: [EMAIL PROTECTED] Subject: validator for check box Would like to validate that the user selects at least

RE: validator for check box

2003-10-29 Thread Saul Q Yuan
[mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 12:49 PM To: Struts Users Mailing List Subject: RE: validator for check box Does any one have any ideas or have written code to validate that at least one item is selected on the check box? Would be interested in the javascript code

RE: validator for check box

2003-10-29 Thread Jayaraman Dorai
is required, you need not ask an user to enter them. -Original Message- From: Saul Q Yuan [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 1:06 PM To: 'Struts Users Mailing List' Subject: RE: validator for check box I just submitted a bug and submitted a patch as well

RE: validator for check box

2003-10-29 Thread Saul Q Yuan
implementation and make them required regardless. I just ran into this situation. Saul -Original Message- From: Jayaraman Dorai [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 2:00 PM To: Struts Users Mailing List Subject: RE: validator for check box Been using an older

RE: validator for check box

2003-10-29 Thread Jayaraman Dorai
Yes, I agree, you are right. -Original Message- From: Saul Q Yuan [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 2:14 PM To: 'Struts Users Mailing List' Subject: RE: validator for check box This situation happens when the checkboxes and/or radio buttons

validator for check box

2003-10-27 Thread Jayaraman Dorai
Would like to validate that the user selects at least one option in the check box which was created using html-multibox. The struts-validator is not validating the required for a check box. Is there any code for validating the check box or am I missing something? Thanks Jayaraman