Hi,
I have run into a problem while using struts radio buttons. I have a property "newAttribute" which is an array of strings in which i collect all the different variables' values that the user enters. The problem comes when i have more than one radio buttons. Then, since the name is the same for all the radio buttons, they all behave like one button.
So i am looking for a way to separate the name of the radio button from the property. is there anyway i can do that??
thanx
I have run into a problem while using struts radio buttons. I have a property "newAttribute" which is an array of strings in which i collect all the different variables' values that the user enters. The problem comes when i have more than one radio buttons. Then, since the name is the same for all the radio buttons, they all behave like one button.
So i am looking for a way to separate the name of the radio button from the property. is there anyway i can do that??
thanx