[Xsltforms-support] Submission - method = put not saving to xml file
Brought to you by:
alain-couthures
From: Ihe O. <ihe...@go...> - 2012-05-24 07:23:35
|
In my model I have <xf:submission id="submitSales" method="put" action="sales.xml" ref="b2b:Sales"/>. In my view I have <xf:submit submission="submitSales"> <xf:label>Save</xf:label> </xf:submit> but the model does not overwrite the sales.xml file when I click Save. Also earlier I mistakenly used the wrong IDRef (as in non-existent in the submission attribute of <xf:submit>. The form displayed the loading box and didn't do anything. Perhaps there should be some sort of exception, better than looking like it is going to do something but then not. |