Hi,
I have the following code:
<html:radio property="radioBtn" value="mail" />
<html:radio property="radioBtn" value="credit" />
<html:errors property="radioBtn" />
Just two normal radiobuttons, have do I use the 'selected'-option which html
provide?
If the user select one the radio-buttons and come back to the page later,
none of the radio-buttons are selected, but all other info is still
presented(struts text-fields and so on).
By the way, I get the values correct in the formbean, so no problem there...
Anyone having a answer?
Thanks
Bille