aspose file tools
The moose likes Struts and the fly likes Retrieving value from radio buttons using struts tag(Please let me know if my quest is not clear) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Retrieving value from radio buttons using struts tag(Please let me know if my quest is not clear)" Watch "Retrieving value from radio buttons using struts tag(Please let me know if my quest is not clear)" New topic
Author

Retrieving value from radio buttons using struts tag(Please let me know if my quest is not clear)

Maan Suraj
Ranch Hand

Joined: Dec 20, 2007
Posts: 289




I want to retrieve the value of the radio buttn on selection of the particular radio button.The number of radio buttons dispayed based on some business logic. So there will be different number of radio buttons displayed with some value each time the user enters the value.
Now i want o know how can i retrieve the value of the radio button . I knw that there is an attribue named "value" available with <html:radio> tag.
but value has to be retrieved from some bean property.How can i do that?

I tried in javascript like

var value=document.forms[0].DebitCard[i].value;

but this gives me ""




Man Suraj
Someone says "Impossible is nothing". The man next him says "Let me see you licking your elbow tip!"
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Retrieving value from radio buttons using struts tag(Please let me know if my quest is not clear)
 
Similar Threads
Creating Radio Buttons using Struts
How to set default value for a radio button?
help with html radio tag
Html Radio buttons and Arraylist
Arraylist in JSP with Html radio