On Sep 10, 1:50 pm, bharathi <[EMAIL PROTECTED]> wrote:
> Hi LaundroMat,
>
> I tried request.POST['task'] .. But that also not working..
> It shows
> " MultiValueDictKeyError at /addtask/
> "Key 'task' not found in <QueryDict: {}>""
>
> Wat i do now?
> Help me
Well, this means request.POST contains no key 'task', which means it
wasn't POSTed by your script in the first place. I don't know enough
of Javascript to help you there.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---