On Sat, Aug 11, 2007 at 04:59:33AM -0000, [EMAIL PROTECTED] wrote:
> Hello guys, is it recommended that a controller action displays
> various templates?, or is better redirect
> to the appropiate controller action for it to display the template?
Depends on whether you want the URL to change. Whether you write
redirect_to(...)
or
return render(...)
is not much difference size-wise.
Cheers
Christoph
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---