Re: [Xsltforms-support] Behavior of percent symbol in forms
Brought to you by:
alain-couthures
From: William D. V. <wi...@bi...> - 2011-10-27 21:50:19
|
>> 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? here is the submission element: <xforms:submission id="xsub" action="/siclho/pd/pdserver.dll/doc/store" method="post" replace="instance" instance="ins"> pdserver.dll is supposed to store the content of the request as an XML document in a XML field of a table in an oracle database. > > 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". Using xml-urlencoded-post is not applicable (for now) because I requires changes in the ISAPI server built on Delphi, and it serves to other modules of the application, not based on XForms (they use Altova Authentic). I´ll take a look to the HTTP traffic and will post my observations. |