(Urgent) Please help - validating checkboxes

2002-04-15 Thread days
Hi I've got a Select All checkbox in my jsp that dynamically checks all the checkboxes upon clicking on it. However I've got major problem trying to retrieve the value for my checkboxes. Not only do I get a Syntax error alert box, the checkboxes also doesn't get checked when I click on the

(Urgent) Please Help - Validating checkboxes

2002-04-15 Thread days
Hi I've got a Select All checkbox in my jsp that dynamically checks all the checkboxes upon clicking on it. However I've got major problem trying to retrieve the value for my checkboxes. Not only do I get a Syntax error alert box, the checkboxes also doesn't get checked when I click on the

RE: (Urgent) Please help - validating checkboxes

2002-04-15 Thread Joe Latty
Message- From: days [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 16 April 2002 12:49 PM To: Struts Users Mailing List Subject: (Urgent) Please help - validating checkboxes Hi I've got a Select All checkbox in my jsp that dynamically checks all the checkboxes upon clicking on it. However I've got major

(Urgent) Please help - validating checkboxes

2002-04-15 Thread days
: Tuesday, 16 April 2002 12:49 PM To: Struts Users Mailing List Subject: (Urgent) Please help - validating checkboxes Hi I've got a Select All checkbox in my jsp that dynamically checks all the checkboxes upon clicking on it. However I've got major problem trying to retrieve the value for my checkboxes

RE: (Urgent) Please help - validating checkboxes

2002-04-15 Thread Brett Porter
e.checked = !e.checked to toggle existing, or e.checked = selectAllCB.checked -Original Message- From: days [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 16 April 2002 3:34 PM To: Struts Users Mailing List Subject: (Urgent) Please help - validating checkboxes Thanks Joe, it works great

RE: (Urgent) Please help - validating checkboxes

2002-04-15 Thread Joe Latty
PROTECTED]] Sent: Tuesday, 16 April 2002 12:49 PM To: Struts Users Mailing List Subject: (Urgent) Please help - validating checkboxes Hi I've got a Select All checkbox in my jsp that dynamically checks all the checkboxes upon clicking on it. However I've got major problem trying to retrieve the value