I did that before. as_list() seems to solve the problem. Atenciosamente,
Elcimar Leandro Analista de Suporte, TI JG Telecom/Net Fácil 71 8842-9699, 71 9166-2678 http://twitter.com/simakwm 2011/2/17 Vasile Ermicioi <[email protected]> > > In the web2py terminal I can read all session keys through 'todas' >> variable, but in the view 'todas' seems like another kind of object I'm >> having troubles to access. It has even a table header as its first item. >> >> > in controller you should add > > return dict(todas=todas) > > and todas variable will be passed to the view >

