[Zope] MessageDialog

Chris Withers chrisw@nipltd.com
Tue, 11 Jul 2000 20:35:30 +0100


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