Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Zope: Web

Update Multiple Records

 

 

Zope web RSS feed   Index | Next | Previous | View Threaded


lekin2 at llnl

Mar 21, 2006, 8:51 AM

Post #1 of 2 (1514 views)
Permalink
Update Multiple Records

Hi,
I have a web page that goes to a database and pulls out a bunch of records
for display and then I gave each field the ability to modify except the
primary ID.

The problem I'm having is how do I make each field unique so that I can go
back to the database and update the record. I was thinking about putting
the primary key in the name like:
<input type="text" name="lname + ID" value="">
<input type="text" name="fname + ID" value="">

but I don't know how to do that with python.

Is there another way to update a bunch of records at once?

_______________________________________________
Zope-web maillist - Zope-web [at] zope
http://mail.zope.org/mailman/listinfo/zope-web


andrew at sawdog

Mar 21, 2006, 9:29 AM

Post #2 of 2 (1407 views)
Permalink
Re: Update Multiple Records [In reply to]

April,
You are going to want to use the zope list:
http://mail.zope.org/mailman/listinfo/zope

This particular list is strictly about the website.

Andrew Sawyers

On Tue, 2006-03-21 at 08:51 -0800, April Lekin wrote:
> Hi,
> I have a web page that goes to a database and pulls out a bunch of records
> for display and then I gave each field the ability to modify except the
> primary ID.
>
> The problem I'm having is how do I make each field unique so that I can go
> back to the database and update the record. I was thinking about putting
> the primary key in the name like:
> <input type="text" name="lname + ID" value="">
> <input type="text" name="fname + ID" value="">
>
> but I don't know how to do that with python.
>
> Is there another way to update a bunch of records at once?
>
> _______________________________________________
> Zope-web maillist - Zope-web [at] zope
> http://mail.zope.org/mailman/listinfo/zope-web

_______________________________________________
Zope-web maillist - Zope-web [at] zope
http://mail.zope.org/mailman/listinfo/zope-web

Zope web RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.