sourmugster wrote: > > Hi, > > I have created a form containing several input fields and a dynamically > generated list of checkboxes. > > When I submit the form, all fields are put in the appropriate member > variables in my formbean. > For the checkboxes, a list is being used to contain the selected values. > The problem is, that the list contains all the selected items twice. >
I found a solution for my problem... It seems that a checkboxGroup needs to be bound to a String[] type. -- View this message in context: http://www.nabble.com/Formbean-list-containing-selected-checkbox-values-twice-tf4900685.html#a14129524 Sent from the Beehive - User mailing list archive at Nabble.com.
