RE: Help with table with edit buttons

2002-01-31 Thread Maturo, Larry
s.ORG_LIST); item = (OrganizationForm) orgList.get(index); id = item.getId(); -- Larry -Original Message- From: Patrick Refondini [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 4:29 AM To: Struts Users Mailing List Subject: Re: Help with table with edit buttons Hi, facing

Re: Help with table with edit buttons

2002-01-31 Thread David M. Karr
> "Larry" == Larry Maturo writes: Larry> Hi David, Larry> I have tried endless variations of the hidden variable Larry> in each row trick you suggested. It seems like it should Larry> be very simple, but each time I run into the problem of Larry> the variable I pass in

Re: Help with table with edit buttons

2002-01-31 Thread Patrick Refondini
;filter="true"/> > > > > >filter="true"/> > > > > > >-----Original Message- >From: David M. Karr [mailto:[EMAIL PROTECTED]]

RE: Help with table with edit buttons

2002-01-30 Thread Maturo, Larry
id M. Karr [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 26, 2002 1:00 PM To: [EMAIL PROTECTED] Subject: Re: Help with table with edit buttons >>>>> "Larry" == Larry Maturo writes: Larry> I have a table that displays information on a number of Larry

Re: Help with table with edit buttons

2002-01-26 Thread Arron Bates
I did have a mail with a whole spiel as to how to go about it, but then thought that it wouldn't take long and be more of help if there was a "scratch-n-sniff" example you could go through also, so the solution is attached (requires everything needed to run Struts and the nested extension in t

Re: Help with table with edit buttons

2002-01-26 Thread David M. Karr
> "Larry" == Larry Maturo writes: Larry> I have a table that displays information on a number of Larry> items. Each table entry has an edit button, so that you Larry> can edit the information on that item. I use an iterate Larry> tag to populate the table. My problem is th

Help with table with edit buttons

2002-01-25 Thread Maturo, Larry
I have a table that displays information on a number of items. Each table entry has an edit button, so that you can edit the information on that item. I use an iterate tag to populate the table. My problem is that I don't know how to save something indicating which edit button they pressed. My

RE: Help with table with edit buttons

2002-01-25 Thread Maturo, Larry
I have a table that displays information on a number of items. Each table entry has an edit button, so that you can edit the information on that item. I use an iterate tag to populate the table. My problem is that I don't know how to save something indicating which edit button they pressed. My