ranzhang
01-19-2006, 02:00 PM
Hi,
From my experience, the value attribute of a <radiobutton> can only take integers. However, radiobutton.value is inherited from Basevaluecomponent and the API of Basevaluecomponent says the type can be 'any'.
Traditionally, the value of a listitem can be string in <option> in html.
I m wondering if this type restriction on radiobutton was a bug or a feature :-)
ran
From my experience, the value attribute of a <radiobutton> can only take integers. However, radiobutton.value is inherited from Basevaluecomponent and the API of Basevaluecomponent says the type can be 'any'.
Traditionally, the value of a listitem can be string in <option> in html.
I m wondering if this type restriction on radiobutton was a bug or a feature :-)
ran