Hello,

To save a form in a session, I use the following line
session.form_vars = request.vars

And it works very well, the problem is that form values are linked tables. 

When showing the session by
<pre>{{=session.form_vars}}</pre>

It shows variable (name: 1) instead of the display value on entry. 



*How do I convert the ID value  into the real value in a session object?*
Thanks!

Kind regards,

Kan


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to