RE: Radio button group

2006-04-18 Thread Vidya \(Suvarna\) Mahavadi
Thanks Vijay! -Original Message- From: vijay venkataraman [mailto:[EMAIL PROTECTED] Sent: Tuesday 18 April 2006 09:23 To: Struts Users Mailing List Subject: Re: Radio button group Vidya, Here is the basic concept and hope you can build on from that. To make a radio button group, you

Re: Radio button group

2006-04-18 Thread vijay venkataraman
Vidya, Here is the basic concept and hope you can build on from that. To make a radio button group, you have to have the names of radio buttons in the group the same. Say for row one on the table you have to render radio buttons of the form Accept Reject Ignore So above acts as a radio

Re: Radio button group

2006-04-17 Thread manivannan84
button group Guys, I am still struggling to find a way out.. Any ideas how to get this right! Regards -Original Message- From: Vidya (Suvarna) Mahavadi [mailto:[EMAIL PROTECTED] Sent: Thursday 13 April 2006 16:37 To: Struts Users Mailing List Subject: Radio button group Hi, I have

RE: Radio button group

2006-04-17 Thread Vidya \(Suvarna\) Mahavadi
Guys, I am still struggling to find a way out.. Any ideas how to get this right! Regards -Original Message- From: Vidya (Suvarna) Mahavadi [mailto:[EMAIL PROTECTED] Sent: Thursday 13 April 2006 16:37 To: Struts Users Mailing List Subject: Radio button group Hi, I have a jsp with a

Radio button group

2006-04-13 Thread Vidya \(Suvarna\) Mahavadi
Hi, I have a jsp with a table showing few records of data where each record corresponds to an object of a bean. Beside the bean data I need to have a radio button group with (Approve, Reject and Ignore). Can any one help me to put the bean object and the radio button group together.. in Jsp