> > >>>return context.avc.showFiles() > > > > should be something like this: > > > > return context.avc.showFiles(None,context.REQUEST) > > I've had some success with equivalents of return context.avc.showFiles(context) - then your DTML Method will have a context and can find 'avc' in it. David