Karen,
I have some links on my site.  I don't want to wrap these links around
a form element.  Is there anyway that I can send post data without
using a form?

Thanks

On Oct 27, 6:37 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> So you are trying to turn an HTTP request that comes in as a GET into a
> POST?  That strikes me as a bit odd.  I don't know why what you are doing
> works under the development server but not in production (you give no
> details on your production environment), but note that the documentation for
> HttpRequest objects 
> (http://www.djangoproject.com/documentation/request_response/) states:
>
> All attributes except session should be considered read-only.
>
> So, attempting to change request.method looks like the wrong approach.
> Perhaps some more background on the overall problem would enable people to
> suggest a better approach.
>
> Karen


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