On 1/5/06, Igor Murashkin <[EMAIL PROTECTED]> wrote: > Sorry to double post, but a cleaned up and tested version is here, in > the cherrypy wiki: > http://www.cherrypy.org/wiki/NestedListFilter
I hate to ask, but why not just use NestedVariables?
@turbogears.expose(validators=NestedVariables)
def function(self,**vars):
pass

