Dragomir Denev wrote:
On Wed, 03 May 2000, you wrote:
Zope doesn't like it if there is no html tags before the DTML begins. I think this is fixed, what version are you running?
There is much easier and more powerful way to do what you want. In your calling form, name the buttons:
<input type="submit" name="clicked_ok:method" value=" Ok "> <input type="submit" name="clicked_cancel:method" value=" Cancel ">
And create two methods, one named 'clicked_ok' and the other named 'clicked_cancel'. This allows trivial creation of web 'dialog boxes' or methods that are triggered on certain submit buttons.
More documentation is here
http://classic.zope.org:8080/Documentation/Reference/ORB
which is admitedly pretty hard to find. Rooting through the documentation section of Zope.org can turn up alot of good stuff.
-Michel
10x for the response. I'm using 2.1.6, so it looks like not fixed.
I don't understand what this means. Please be more specific about what 10x means and what it is that does not look fixed. Please continue to CC the list. -Michel