how to get the returned value in view again?? > > > The view is executed by the server, so variables included in the view are provided by the web2py server process executing code at the time the content is sent to the browser; you are returning a value via ajax which sends it to the client (the browser) some point after the view has been generated.
-- --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

