On 13 July 2010 00:07, mdipierro <[email protected]> wrote: > This your actions > > def evaluation_data(): ... > if form.accepts(request.vars, session): > redirect(URL(r=request, > f='search_filled_in_forms',vars=request.vars)) ....> > IT DOES NOT DEFINE rows
Correct, it was defined in the redirected function 'search_filled_in_forms' > > IT EXPECTS A VARIABLE rows Thanks anyhow. I got it working from your answers in another thread earlier today. Much appreciated. Johann -- "Finally, brethren, whatsoever things are true, whatsoever things are honest, whatsoever things are just, whatsoever things are pure, whatsoever things are lovely, whatsoever things are of good report; if there be any virtue, and if there be any praise, think on these things." Philippians 4:8

