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

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to