Hi
I am displaying the data coming from database using <display:table> .
It has 3 columns. Name, state,EDIT.
EDIT column contains the radio buttons used for editing those columns....
Here I am tring to assign value to the radio button . But it is showing undefined , when I am trying to print in the java script.
1) Click the radio button, that should contain value which is id coming from database.
2)after getting the id in java script, I have to submit the form.
Pleas ehelp me.....
how can I assign value to the radio button