Thanks guys On Oct 13, 6:20 pm, Yannick Gingras <[EMAIL PROTECTED]> wrote: > "Dalius Dobravolskas" <[EMAIL PROTECTED]> writes: > >> return render(action="func", controller="") > > Maybe you need: > > > redirect_to(h.url_for(controller='tttt', actions='xxxx'....)) > > I'd go for: > > from theapp.controllers import somecontroller > return somecontroller.niceaction(arg1, arg2) > > -- > Yannick Gingras
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
