11 Jul
2000
11 Jul
'00
7:35 p.m.
Andy McKay wrote:
A thanks Chris. I had noticed that and was trying to see if I could do without using REQUEST. I couldnt so I went and changed all the calls to my class *sigh*. Thanks mate.
Sadly REQUEST and the client are always necessary. If you want to call your MessageDialog from anywhere in DTML as well as from python you'll need that pretty old favourite: <dtml-var "MessageDialog(_,_.None, ...your args...)"> :( cheers, Chris