when generating the form on the jsp page, I use the form: radiobuttons tag to which I pass a list with parameters.
<form:radiobuttons path="face_id" items="${face_id}" delimiter="<br />" required="true"/> How can I make a pre-selected value in the generated list (the checked property in html)?