When you say you want the value in the "view", do you really mean you want it on the web page in the client? As Tim pointed out below, the view is a file on the server that is executed on the server -- it generates an HTML page that is then sent to the browser -- however, the view itself is not in the browser.
It would help if you could explain exactly what you are trying to do. What would you like to happen when the user clicks the link/button? Anthony On Wednesday, May 29, 2013 9:31:53 PM UTC-4, Tim Richardson wrote: > > > > 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.

