1. SmartGWT 3.1
2. Firefox, Chrome and IE
I have auto generated dynamicform with various controls including TextItem widgets. If I provide setID on the form and if the user hits Enter key in "some" of the text fields, form gets submitted and I get the following error on the browser:
" HTTP ERROR 405 Problem accessing /index.html. Reason: HTTP method POST is not supported by this URL"
If I comment out the setID code, everything works fine.
2. Firefox, Chrome and IE
I have auto generated dynamicform with various controls including TextItem widgets. If I provide setID on the form and if the user hits Enter key in "some" of the text fields, form gets submitted and I get the following error on the browser:
" HTTP ERROR 405 Problem accessing /index.html. Reason: HTTP method POST is not supported by this URL"
If I comment out the setID code, everything works fine.