Thanks. I drop a look at the source of MultiboxTag but I can't understand how to use it (must I include it in an <iterate> tag?), and it seems it has never been used in struts example or test suite. Has someone already used it? Pierre ----- Original Message ----- From: "Aur Gal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 19, 2000 1:28 PM Subject: RE: Dynamic form and checkboxes > I'm not sure but I think in this case you would use the struts:multibox. > > -----Original Message----- > From: Pierre [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 19, 2000 12:15 PM > To: [EMAIL PROTECTED] > Subject: Dynamic form and checkboxes > > > Subject: Dynamic form and checkboxes > > Hi, > > I forgot to follow the 'dynamic form' thread when the subject was hot, and > now I can't retrieve the posts to pick some ideas... > > Here is my 'dynamic form' problem. I must create a form with a collection of > checkboxes to allow the user to choose various options. The checkboxes will > be generated by an application tag, the number and types depending on the > user > profile. > > How can I have a dynamical ActionForm class to manage all these checkboxes? > Should I create a *big* class with all setOptionNNN/getOptionNNN functions, > in > order to support all checkboxes combination or can I write generic get/set > functions using indexed properties? Or is there a better alternative... > > Thanks for any hint. > Pierre Metras >