Re: Looking for a table library

2005-09-29 Thread 梁炳場
2:22 PM > To: 'Struts Users Mailing List'; [EMAIL PROTECTED] > Subject: AW: Looking for a table library > > > Hi Martin, > > I don't find a way how to put input (Text, CheckBox or RadioButton) in a > column. It seems to me that I only can use the cells as output

RE: Looking for a table library

2005-09-26 Thread David G. Friedman
26, 2005 12:22 PM To: 'Struts Users Mailing List'; [EMAIL PROTECTED] Subject: AW: Looking for a table library Hi Martin, I don't find a way how to put input (Text, CheckBox or RadioButton) in a column. It seems to me that I only can use the cells as output string. I already use the

AW: Looking for a table library

2005-09-26 Thread Martin Kindler
Von: R. Markham [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 26. September 2005 18:22 > An: 'Struts Users Mailing List'; [EMAIL PROTECTED] > Betreff: AW: Looking for a table library > > > Hi Martin, > > I don't find a way how to put input (Text, CheckBox or

AW: Looking for a table library

2005-09-26 Thread R. Markham
chard Markhham. -Ursprüngliche Nachricht- Von: Martin Kindler [mailto:[EMAIL PROTECTED] Gesendet: Montag, 26. September 2005 15:25 An: 'Struts Users Mailing List' Betreff: AW: Looking for a table library Richard, take a look at the Displaytag library (http://www.displayta

Re: Looking for a table library

2005-09-26 Thread Michael Jouravlev
On 9/25/05, R. Markham <[EMAIL PROTECTED]> wrote: > > > HI All, > > > > can somebody give me a hint if I can combine DisplayTag Library with CRUD > Action. I want to show a list as a table using Dísplay tag library. But I > want that a user can choose a row in the table an edit the content of the >

AW: Looking for a table library

2005-09-26 Thread Martin Kindler
Richard, take a look at the Displaytag library (http://www.displaytag.org). Martin > -Ursprüngliche Nachricht- > Von: R. Markham [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 26. September 2005 15:14 > An: 'Struts Users Mailing List' > Betreff: Lo

Looking for a table library

2005-09-26 Thread R. Markham
Hi all, I have a table in my jsp. To be able to process the data of a row in a table I want to be able to mark a row in the table and read the content of the row, through the row number of marked line. I think this a very common problem, somewhere there must be a solution for this problem.