I have a button in a function A() and on clicking it I need to send a value 
to function B() which will process it and send the desired output to view 
of function C(). Using callback I am able to send the value to function B() 
but it only gets displayed in view of function B() if I set a target div. 
Can this target div be set to view of function C() or is there any other 
way?

I am new to web2py. Please help me.

 

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