On Wednesday, January 16, 2013 9:39:39 AM UTC-5, Mihir Lade wrote: > Hi Anthony, > > I tired as you recommended above with the INPUT statement.. however > another I encounter another ticket: > > if form.accepts(request.vars, session): > AttributeError: 'tuple' object has no attribute 'accepts' > > > Can you show your exact code? Somehow you have defined your "form" variable as a tuple.
Anthony --