I don't know what you're trying to do (maybe you can explain more), but have you considered using URL(...) to accomplish what you want?
On Tue, Dec 16, 2008 at 11:03 PM, Cory Coager <[email protected]> wrote: > > When I meant call functions I meant actions and I don't think you can > pass variables to actions, no? I did some more research and it looks > like I need to use exec_environment to call other actions. I can't > seem to figure out how to pass variables with this though. > > On Dec 16, 10:53 pm, Baron <[email protected]> wrote: > > within the controller you can call other functions directly like > > normal Python! Did you try it? > > > > On Dec 17, 12:58 pm, Cory Coager <[email protected]> wrote: > > > > > How do you call a function from another function in a controller? And > > > how do you pass variables between them? The only way I can see how to > > > do this is using ajax but their must be a better way. > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

