Re:R: Display checkbox

2005-09-30 Thread starki78
ial Header --- >From : "Bianchi Fabio" [EMAIL PROTECTED] To : "Struts Users Mailing List" user@struts.apache.org Cc : Date : Fri, 30 Sep 2005 11:04:05 +0200 Subject : R: Display checkbox > purtroppo il proxy aziendale non mi perm

R: Display checkbox

2005-09-30 Thread Bianchi Fabio
truts/errors.html Regards Antonio -- Initial Header --- >From : "Bianchi Fabio" [EMAIL PROTECTED] To : "Struts Users Mailing List" user@struts.apache.org Cc : Date : Fri, 30 Sep 2005 10:22:57 +0200 Subject : Display checkbox

RE: Display checkbox

2005-09-30 Thread R.Vijayaraghavan
> Hi all, > > I've this JSP code: > > requestURI="wul_search.do?method=search" pagesize="10" > export="true" defaultsort="8" defaultorder="ascending"> > > select > >href="wul_search.do?method=load" paramId="id" sortable="true" > headerClass="sortable" media=

Display checkbox

2005-09-30 Thread Bianchi Fabio
wrong ? thanks Fabio -Messaggio originale- Da: Laurie Harper [mailto:[EMAIL PROTECTED] Inviato: giovedì 29 settembre 2005 22.30 A: user@struts.apache.org Oggetto: Re: [OT] display checkbox with unique value using displaytag R.Vijayaraghavan wrote: > Hello, > > I am using displayta

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