Skip to content

Instantly share code, notes, and snippets.

@ebruchez
Last active December 17, 2015 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebruchez/5666643 to your computer and use it in GitHub Desktop.
Save ebruchez/5666643 to your computer and use it in GitHub Desktop.
<property as="xs:string"
name="oxf.fr.detail.buttons.guest.test"
value="home summary save-draft save-final save submit workflow-send"/>
<property
as="xs:string"
name="oxf.fr.detail.process.save.*.*"
value='require-valid
then save
then success-message("save-success")
then send("acme.save")
recover error-message("database-error")'/>
<property
as="xs:string"
name="oxf.fr.detail.process.submit.*.*"
value='require-valid
then save
then success-message("save-success")
then send("acme.submit")
recover error-message("database-error")'/>
<property
as="xs:string"
name="acme.save.uri.*.*"
value='/fr/service/custom/orbeon/echo?action=save'/>
<property
as="xs:string"
name="acme.save.replace.*.*"
value='all'/>
<property
as="xs:string"
name="acme.submit.uri.*.*"
value='/fr/service/custom/orbeon/echo?action=submit'/>
<property
as="xs:string"
name="acme.submit.replace.*.*"
value='all'/>
<property
as="xs:string"
name="acme.submit.content.*.*"
value='pdf-url'/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment