OK. So with the appropriate filter setup in our web.xml I am seeing autosave working reliably when I edit the form using either method ("edit" button from the view url or directly using the edit url).
Once there is a draft, if I then go to edit a form using the edit url I am prompted to choose the draft or not but if I view the form first and then edit the form using the edit button then I don't get prompted.
The button definition is:
<property as="xs:string" name="oxf.fr.detail.process.edit.cpf.*">
edit
</property>
The edit action doesn't seem to be checking if there are any drafts and prompting to use one if it exists. I can't see a way to code this in the action for the edit button. Does the edit action take any parameters? Is there a way to explicitly check if there are any drafts?
Should the edit action be doing this check for drafts itself?
thanks.