Re: [OT] display checkbox with unique value using displaytag

2005-09-29 Thread Laurie Harper
R.Vijayaraghavan wrote: Hello, I am using displaytag to display a table of records. I am able to add a checkbox as the first column using: The problem is that I am not able to set a unique value for each checkbox. I am having a column in the recordset stored in a RowSetDynaClass tha

AW: display checkbox with unique value using displaytag

2005-09-29 Thread R. Markham
vijay. Regards Richard -Ursprüngliche Nachricht- Von: Michael Jouravlev [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 29. September 2005 17:55 An: Struts Users Mailing List Betreff: Re: display checkbox with unique value using displaytag German sense of humor, he-he. Vijay, have you already

AW: AW: display checkbox with unique value using displaytag

2005-09-29 Thread R. Markham
[mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 29. September 2005 18:29 An: Struts Users Mailing List Betreff: Re: AW: display checkbox with unique value using displaytag --- "R. Markham" <[EMAIL PROTECTED]> wrote: > Hi Vijay, > > I am wondering why do you want unique

Re: AW: display checkbox with unique value using displaytag

2005-09-29 Thread vijay
--- "R. Markham" <[EMAIL PROTECTED]> wrote: > Hi Vijay, > > I am wondering why do you want unique value in a > check box. A checkbox has > the values true or false. I actually want to see which all checkboxes have been checked. The values are actually primary key values which can uniquely iden

Re: display checkbox with unique value using displaytag

2005-09-29 Thread Michael Jouravlev
ique value in a check box. A checkbox has > the values true or false. > > Regards > > Richard > > -Ursprüngliche Nachricht- > Von: R.Vijayaraghavan [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 29. September 2005 12:05 > An: Struts Users Mailing List > B

AW: display checkbox with unique value using displaytag

2005-09-29 Thread R. Markham
Betreff: display checkbox with unique value using displaytag Hello, I am using displaytag to display a table of records. I am able to add a checkbox as the first column using: The problem is that I am not able to set a unique value for each checkbox. I am having a column in the recordset

display checkbox with unique value using displaytag

2005-09-29 Thread R.Vijayaraghavan
Hello, I am using displaytag to display a table of records. I am able to add a checkbox as the first column using: The problem is that I am not able to set a unique value for each checkbox. I am having a column in the recordset stored in a RowSetDynaClass that has the unique values fo