Hi there!

Whatever variable attached to 'c', it is available in the template when
rendered via 'render_response('x.tmpl')'.

I often however use redirects 'h.redirect_to(another_action)' to reuse
controller's code. And the 'c'-attached variables are not present in the
redirected template.

As I understand 'c' is always reset before any controller's action - what is
not fun for me, as in my app one "user" request/click is often 2 (or more)
Pylons controllers' actions, hence http redirects..

What other options instead of putting variables to http session does one
have for passing variables through redirects?

T.

-- 
  _i______'simplicity_is_the_key'__________tomasz_nazar
_ii____'i_am_concern_oriented'________________JKM-UPR
_iii__'patsystem.sf.net'___________________linux_user
_'aspectized.com'___________________________prevayler

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

Reply via email to