selectManyCheckbox set unique ID
843844Jul 19 2007 — edited Jul 20 2007Hi everybody,
I have a problem for getting, a specific Checkbox in my page.
I explain me :
I create a list of 20-30 checkbox in my page by using <html:selectManyCheckbox/>
if I write a Id : <html:selectManyCheckbox id="foo"/>
In the generated code I get the attribute name called "foo" but no attribute Id
And I realy need a unique Id for all those checkbox. Is there a way to get it ?
Thx a lot