On 1/26/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
>
> If your request.POST is displayed as <MultiValueDict: {}>, that means
> request.POST is empty. If request.POST had something in it, it'd look
> like this:
>
>     <MultiValueDict: {'senderemail': ['test@test.com'], 'message': ['foo']}>

And it might me you've run into a newbie hole
http://code.djangoproject.com/wiki/NewbieMistakes

Reply via email to