jharksWorkflow Wiki
Status: Beta
Brought to you by:
mrizzo99
Q. When I enable backwards navigation within my workflows and enable saving of snapshots I do not see previous answers being populated in my survey forms.
A. You need to disable caching within the web pages. In the case of the Struts framework you can the nocache ( nocache=true ) attribute on the struts controller within Struts config to appropriately set meta tags within your web pages to no cache.
Anonymous