[Zope] Simple form problem (again)
Geoff Gardiner
ggardiner@synomics.com
Thu, 27 Apr 2000 15:05:26 +0100
Thank you, this works fine!
The downside is that I need to encode both the action type and the row
identity in the button name, since the value is now visible in the button
text, but I can live with that.
Back to the old revision(?) of technology, then. And not a Zope issue after
all, I suppose.
-----Original Message-----
From: Morten W. Petersen [mailto:morten@src.no]
Sent: Thursday, April 27, 2000 2:14 PM
To: Geoff Gardiner
Cc: Zope@Zope. Org
Subject: Re: [Zope] Simple form problem (again)
Blah, <BUTTON> isn't always your friend.
Maybe try <INPUT type="submit" name="LeetButton" value="Copy">
-Morten =)