I've got 2 radio buttons in the form. By default, one of them is checked when the jsp is first displayed.
But if the user selects the other radio button, I want my jsp to reload so that I can do some logic in my jsp, for example, if he selects the other radio button (and not yet pressed "Save" button at the end of the form), the jsp immediately reloads itself and I update the boolean value in mt db table, reflecting his selection change of the radio button.
But if the user selects the other radio button, I want my jsp to reload so that I can do some logic in my jsp, for example, if he selects the other radio button (and not yet pressed "Save" button at the end of the form), the jsp immediately reloads itself and I update the boolean value in mt db table, reflecting his selection change of the radio button.