Solved
Forum Discussion
VeenaDevi
5 years agoContributor
JSP Pages run in webbrowsers only. Not in JVM ,
Name mapping captured as ObjectType and idstr.
for 4 different radio button , the same namemapping is used, so not able to control which radio button
Marsha_R
Champion Level 3
5 years agoFor the radio buttons, you should at least be able to tell them apart by text or some other value inside their one name mapping. Drill down in Object Spy and find the field where it stores the label/text/whatever the UI is showing that's different between the buttons.