i think i am doing something wrong here..

i have a function like so:

    @turbogears.expose(html="learningopps.templates.newAccount")
    def newAccount(self,username,password):
        return dict()

if i add a field called "state" to my form, do i need to also add it into my newAccount function?

also..

if i try to do a ?debug=1 in my uri, i get:

TypeError: newAccount() got an unexpected keyword argument 'debug'

do i have something swtiched on/off incorrectly?

what i would like to do is get a dump of the POST info...

is this possible?

thanks!


--
___
sergio t. ruiz
red red design
419.207.3927
www.redreddesign.com

Reply via email to