Hello,
when I use the enterprise skin(!) and transfer data form a form to the server with form.saveData() a field named "_selection_1" is transfered to the server and has a value of true. So far everything is fine, because I simply ignore that CGI-VAR. When I use tahoe skin the value of _selection_1 is "undefined" an the data that is transfered to the server is corrupted and my server cannot process the cgi-var correctly and simply does not recognize them. Part of the url-encoded data looks like this:
"&_selection_1=true&&_operationType=update". There are two "&" in contrast when I use the Enterprise skin there is only one "&" and my server processes all "CGI-VARS" correctly. Here is a part of it: "&Discount=10&_selection_1=false&_operationType=update&"
Kind regards
Paul
when I use the enterprise skin(!) and transfer data form a form to the server with form.saveData() a field named "_selection_1" is transfered to the server and has a value of true. So far everything is fine, because I simply ignore that CGI-VAR. When I use tahoe skin the value of _selection_1 is "undefined" an the data that is transfered to the server is corrupted and my server cannot process the cgi-var correctly and simply does not recognize them. Part of the url-encoded data looks like this:
"&_selection_1=true&&_operationType=update". There are two "&" in contrast when I use the Enterprise skin there is only one "&" and my server processes all "CGI-VARS" correctly. Here is a part of it: "&Discount=10&_selection_1=false&_operationType=update&"
Kind regards
Paul
Comment