[Xsltforms-support] Problem with submission and post method
Brought to you by:
alain-couthures
From: Aleksandar S. <ale...@pr...> - 2010-02-10 10:02:30
|
**Hi, I have scenario with several xforms in sequence used for collecting data from user. I need to submit data using POST method so I tried to use: <xforms:submission id="continue" method="post" replace="all"... but this doesn't work (xsl transformation is not performed when response comes). replace="instance" doesn't do the job also. I saw in code that you support method="xml-urlencoded-post" and behavior in that case is exactly what I need but this method is not compatible with Chiba. And my xforms need to be compatible with both XSLTForms and Chiba. Does anyone have idea how I can overcome this issue? Of course, I don't want to patch XSLTForms code... Regards. |