it seems to me that the name attribute does not make it through for the dijit.form.Button. this is a problem because a common way for the server to check if a form has been submitted is to check $_POST['submit'] and if the name is not passed through then the parameter is not set. i have a form that my server handles correctly if my submit button is not a dijit.form.Button but when i make it a dijit.form.Button, it stops working.
post
name attribute for dijit.form.Button not passed through to DOM
Submitted by neonstalwart on Thu, 06/05/2008 - 06:12.
xhrPost, POST request not working. Throws bad http response code:405
Submitted by Karikalan on Thu, 04/10/2008 - 14:19.
Hi,
I have created a page using DOJO toolkit and using xhrGET to submit my AJAX requests, obviously GET has some limitations so it fails when the number of characters exceeds around 256 or 4k. So, I have tried to use the xhrPOST to resolve this issue and I am thrown with the error "Error: bad http response code:405 message=bad http response code:405".
Can anyone shed some light on this issue?
Thanks in advance,
Kari...
Is there an issue with dijit.form.Form sending POST data?
Submitted by kschneid on Tue, 03/18/2008 - 19:21.
Apologies if this has been covered recently, but a quick search revealed some other folks running into issues but no clear indication if there really is a bug. I'm using 1.0.2 and have the following form:
...
- Login or register to post comments
- Read more
- Subscribe post
