Hi , i trying with spring mvc and jquery.
what i want to do is render radio button value dynamically and display them with the onchange event of the select box.
What i have done is, i have a spring mvc form which contains a select box. on the onchange event , ajax query using jquery is performed.
In the back end , i have assigned the values for the radio button in a seesion variable . And finally i'm rendering the division containing the radio button . (Trying to do simalar as we do in JSF)
Is there better way to achieve this.
This works well with FF, chrome, opera and safari, but not with IE.
I don't know whethere is should post this in spring forum or jquery as it may be jquery issue as it doesnot work only in IE. My apologies if i posted in the wrong forum , but is this the appropriate way to do.