On Wed, 2002-11-06 at 02:40, jose wrote: > Hi all I just updated webware from the CVS (I was having issues with the > Appserverservice module, this seems to have fixed it) and now all the > actions where I used to have to pass self, trans (ie someaction(self, > trans): ... ) now it only works if I eliminate the trans part of the > action. Does this make any sense, was this by design or is my install > of webware messed up now?
Yes, Webware changed a bit so that there's not two types of actions. There's a new setting, 'OldStyleActions' in Application.config, that will restore the old behavior (i.e., 'OldStyleActions': 1). This has come up a few times, so we should do something for better backward compatibility. Ian ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
