Re: [Webware-devel] Page.py - small change for actions

2002-06-02 Thread Chuck Esterbrook
On Saturday 25 May 2002 11:23 am, [EMAIL PROTECTED] wrote: > Hey, > > I don't know if this is in the latest, but the handler > for the _action_somename style 'actions' isn't working > the same as an _action_ value=somename. The action > handlers don't get passed the transaction state. > Was this i

[Webware-devel] Page.py - small change for actions

2002-05-25 Thread dru-webware
Hey, I don't know if this is in the latest, but the handler for the _action_somename style 'actions' isn't working the same as an _action_ value=somename. The action handlers don't get passed the transaction state. Was this intentional (ie. use self.transaction() or just overlooked ? Dru