[Xsltforms-support] How go back to an xform and keep the data
Brought to you by:
alain-couthures
From: Elias M. <eli...@gm...> - 2013-03-28 21:21:45
|
Hi. Setup: xforms with submission to an xquery that stores the data into the database in an XML file Scenario: user opens the xforms and enters some data. after that it submits that data and the xquery detects an error condition before writing to the database and gives the user a back button (or the user clicks on the back button of the browser). - When that happens all the entered data is lost and the original data is displayed. I think this happens because xforms recalculate/revalidates everything. Is there a way to disable that so the user does not loose the entered data? Thanks. Elias |