true
:oxf.xforms.cache.document
is set to true
, the number of XForms documents that can be held in that document cache at a given time is configured with the following property:properties-local.xml
:xxf:revisit-handling="reload"
setting described below was to prevent the possibility that a user could navigate back, see again data that was entered into a form, and resubmit it. Forcing a reload of the page upon browser back alleviated that issue, as the form would then be cleared. However, this also goes against the more accepted philosophy of navigation in history described above.saved
or submitted
.saved
or submitted
stage.xxf:revisit-handling
attribute on the first XForms model of the page you want to reload. This attribute supports two values: restore
(the default) and reload
. Example:reload
value carefully, as reloading pages upon browser navigation often does not match the expectation of the user.