Karl, a bit off-the-topic but nevertheless. In the example you given
how is template is located/loaded? (I mean that ".show_form" syntax).

@expose(inputform=some_form, template=".show_form")
def foobar(self,*args,**params):
    return dict(args = args, params = params)

Reply via email to