Much appreciated. As you can probably tell this is my first project using pylons.
Thanks so much, Gazza On Mar 6, 2:23 pm, Jonathan Vanasco <[email protected]> wrote: > just to add... > > the return in "return redirect" is unnecessary. a simple "redirect" > will suffice. > > "redirect" raises an exception, which Pylons itself catches. as wyatt > stated, the script is terminated, and the user is redirected to a new > page with the c context tossed out. > > i usually toss any necesary vars for the redirect into a session or > url message as well. -- 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.
