My code looks as follow:
What I want is: as I start the this page, the radiobutton for "Male" is pre-selected.Code:...
<td>Male<form:radiobutton path="sex" value="M" /></td>
<td>Female<form:radiobutton path="sex" value="F" /> </td>
...
Someone knows the syntas?
