Re: Creating checkboxes with the same name

2005-09-02 Thread LOCHART,DOUGLAS E
Ben, If you need a client side solution it is doable in javascript. If you don't want to use the names that tapestry gives you you can always give the checkboxes and id tag that suits your purposes. Believe me I have to deal with complex rules with 2 and 3 dimensional arrays of checkboxes

Re: Creating checkboxes with the same name

2005-09-02 Thread Jun Tsai
On 9/3/05, Ben Wong <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > > > I am now trying do build a form with a list of checkboxes where you can > select one or more. Very basic. However, I want to make sure that at least > one item is checked (selected) before the form is submitted. This is >

Creating checkboxes with the same name

2005-09-02 Thread Ben Wong
Hi everyone, I am now trying do build a form with a list of checkboxes where you can select one or more. Very basic. However, I want to make sure that at least one item is checked (selected) before the form is submitted. This is doable in Javascript if all the checkboxes have the same HTML n