6 Aug
2002
6 Aug
'02
1:28 p.m.
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