Re: [Xsltforms-support] Behavior of percent symbol in forms
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@fr...> - 2011-10-27 20:18:54
|
Hello William, > Actually my server is reporting an error "Invalid URL encoded character > (% D) at position 222" when my form do POST or a PUT and the instance > contains the % character. Could you please send me the submission element you're using? When changing from one form to another, with XSLTForms, it would be better to use a method I named "xml-urlencoded-post" because it is using an HTML form submit instead of an AJAX mechanism. The corresponding instance is encoded within a field named "postdata". > My server is build with Delphi Websnap technology, and I personally > don´t have many confidence on it. I don't know it myself and I understand your reservations. > > My question is: Should I start looking for the problem in the server? > or maybe there is some XSLTForms setting should I check? Depending on your browser, you might be able to log the HTTP request to check it manually. Thank you for your feedbacks! -Alain |