Re: Name of button pressed not in request.POST

2008-10-21 Thread Glen
I know this is an old thread. However, I found it when searching online when I had the same problem. I did quite a bit of other searching before I finally realized what was happening. Yes, I see the same behavior where the 'submit.x' and 'submit.y' values were in the request.POST dictionary, but

Re: Name of button pressed not in request.POST

2008-10-05 Thread Malcolm Tredinnick
On Sun, 2008-10-05 at 07:40 -0700, ydjango wrote: > I have more than one input submit button and want to know which one > was clicked. > Request.POST does not have that information for some reason. So you mean you have the same problem you had when you first posted this message less than one day

Re: Name of button pressed not in request.POST

2008-10-05 Thread bruno desthuilliers
On 5 oct, 16:40, ydjango <[EMAIL PROTECTED]> wrote: > I have more than one input submit button and want to know which one > was clicked. > Request.POST does not have that information for some reason. > > Using django 1.0 svn > > I would appreciate if you can point me to right resource. > This is s

Re: Name of button pressed not in request.POST

2008-10-05 Thread ydjango
I have more than one input submit button and want to know which one was clicked. Request.POST does not have that information for some reason. Using django 1.0 svn I would appreciate if you can point me to right resource. This is should be something very simple that I am missing. On Oct 4, 11:4

Name of button pressed not in request.POST

2008-10-04 Thread ydjango
I do not see the name of submit button in request.POST. it has all other form fields if request.POST.has_key('save'): does not work too Where can I find which button was pressed. various fields... other input buttons --~--~-~--~~~---~--~~ You received