Re: editing rows

2005-08-12 Thread Laurie Harper
ible values that are to be displayed on the edit page? Is there a way I can just send the entire row-object instead of the primary key/id? -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Friday, August 12, 2005 10:35 AM To: user@struts.apache.org

Re: editing rows

2005-08-12 Thread Valiveti, Kalyan \(KeyPeople Resources Inc.\)
ssage- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Friday, August 12, 2005 10:35 AM To: user@struts.apache.org Subject: Re: editing rows Balkan Guler wrote: > There are some tables in database and I have to transfer them to the > web pages. > Also they can be dele

Re: editing rows

2005-08-12 Thread Laurie Harper
Balkan Guler wrote: There are some tables in database and I have to transfer them to the web pages. Also they can be deleted and edited. I am using Struts. I populate a list of objects from tables. And put this list in a formbean and list them in a web page as below: I want to make all

Re: editing rows

2005-05-28 Thread Eddie Bush
Hi Martin, The important link here is the key for your row (row.id). Establish a way to pass that to your edit page, via a hidden field, for example, and that's really it. Recall (Struts 101) that we preface all pages (JSPs) with actions. ... so your action can take the ID value that was