[Twisted-web] webform success message?

Donovan Preston dp at ulaluma.com
Tue Nov 16 14:42:34 MST 2004


On Nov 16, 2004, at 1:31 PM, Cory Dodt wrote:

> and then do a ctx.onePattern('completed') or 'notCompleted' somewhere 
> in
> render_amICompleted.  You can determine whether or not it's completed 
> by
> examining IHand(ctx), which is the return value of your autocallable.

The IHand (the return value of your autocallable) is also automatically 
displayed as a status message. In plain english, if you return a string 
from the autocallable, it'll show up as the status message.

dp




More information about the Twisted-web mailing list