RE: [Wtr-general] Checkboxes with Similar Names

2005-08-04 Thread Bret Pettichord
At 12:57 PM 8/4/2005, Paul Rogers wrote: note I didn't put a comma or anything in between value and 35, as Im not sure what would be best ie.check_box(:name, 'foo', :value , 35) or ie.check_box(:name, 'foo', :value = 35) i would say it should either be ie.check_box(:name, 'foo',

RE: [Wtr-general] Checkboxes with Similar Names

2005-08-04 Thread Fred
To: wtr-general@rubyforge.org Subject: RE: [Wtr-general] Checkboxes with Similar Names Yep, that does work in most situations ( the 35 being the value for the checkbox) However in this situation Fred said that the values are generated dynamically, so I assumed they may not be the same between page