Hi,
My model object is store in the session by the "formBackingObject" function.
In my jsp page i use a selector with radio button, when i select one of them, it's send a submit, i make few operations to modify form informations (in the onSubmit function) and return to the form.
But when i return to the form, the radio button is not checked of course because no one hold his value. So what is the best way to hold this type of value ?
Thanks,
Fabien.


Reply With Quote