On 1/17/06, Matthew Bevan <[EMAIL PROTECTED]> wrote: > Now, I want to use one method (_modify) to do the original display, error > display, and final processing of this form. To this end I added the hidden > field at the top. How can I test for this hidden value then process the > form?
You might see if this provides useful hints: http://tinyurl.com/apkh3 > The @turbogears.expose(inputform=...) method doesn't work due to my use of > relative template paths. I fixed this problem in my decorators by mirroring > the decorated callable's __module__ magic variable, though I can't seem to > make an effective similar change to the TG controller.py decorators. I > continue to get the attached traceback if I attempt to use inputform in the > expose decorator. That's pretty ugly. I'm beginning to see the value in the search path suggestion from Ian. > There is currently very little documentation regarding Widgets. ;^P By the > end of my nightmare, I hope to write some. Every bit helps :) Kevin

