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
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
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
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
4 matches
Mail list logo