Re: [Zope] detail record editing

2000-06-06 Thread Stuart 'Zen' Bishop
On Mon, 5 Jun 2000, Robert Del Huerto wrote: database. I'm stuck after that. The form only has one 'action' so how would I get it to handle the right function depending on the button that was pushed? I'm no HTML expert but I've looked around quite a bit for It can be done with some badly

[Zope] The ZPublisher :method type (was RE: [Zope] detail record editing))

2000-06-06 Thread Jeffrey Shell
My solution for this kind of problem is to have a DTML method that delegates to the appropriate DTML methods. Therefore each button gets a value and a name, eg. input type=submit name=action value=delete input type=submit name=action value=modify Actually, you can use the Bobo ":method"

Re: [Zope] detail record editing

2000-06-06 Thread ethan mindlace fremen
Robert Del Huerto wrote: +---+---+-++ | |Doe|Jane |$100.00 | +---+---+-++ | X |Doe|John |$250.00 | +---+---+-++ | |Haggis |Meister |$100.00

Re: [Zope] detail record editing

2000-06-06 Thread Jim Sanford
[EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, June 06, 2000 2:42 PM Subject: Re: [Zope] detail record editing Robert Del Huerto wrote: +---+---+-++ | |Doe|Jane |$100.00 | +---+---+-++ | X |Doe