Nirakar Mohanty

Greenhorn
+ Follow
since Mar 28, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Nirakar Mohanty

parsinglord jain wrote:Hi,

I generate dynamic single radio button in <s:iterator> . how will i know which radio button was clicked....code is given below



Now i want to know which radio button was clicked.....because this one only gives me one value...



Hi ,
I have similary type issue . I want to generate two radio button ( YES /NO) inside one iterator.
And depending upon some condition i have to check one .. COuld you please help me in this
11 years ago
Hi All ,

I am creating radio button inside iterator like as follows

<logic:iterate id="service" indexId="index" name="byobAccountsBean" property="serviceList">

<html:radio property="enrolled" value="true" name="service" indexed="index"/>Yes
<logic:iterate>

serviceList contains number of Service Object , so while iterating the last radio button is getting selected not the all , Can you please help me in thsi
11 years ago