I'm trying to pass a controller name to var and have that executed

    cancel_1A = request.get_vars.NAME_of_var_1_to_return_if_CANCEL
    cancel_1B = request.get_vars.var_1_to_return_if_cancel
    form = FORM.confirm('Are you sure?',{'Cancel and go back':URL(request.
vars.controller_to_return_to_if_cancel, args=request.vars.
arg_to_return_if_cancel, vars=dict(cancel_1A=cancel_1B, cancel_2A=cancel_2B
))})

I seem to get "None" as a value

any syntax corrections I could make?

thanks

Alex Glaros

-- 
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