On 6/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Jeremy,
>    Thanks for the response.
>
> to be more clear maybe -
>    i was actually trying to pass the dictionary as part of the request
> object - since the view looks for the logged participant in the
> request from the page.
>
> what if my view does not take a qstring?  I need to pass it some
> pieces in the request...

I'm not sure I follow.  There are 4 ways to pass information in the
request: the URL itself, the querystring, the POST variables, and
cookies.

How were you wanting to "pass in some pieces in the request"?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to