Orbeon 4.2 Form Builder makes /crud/orbeon/builder/form/form.xhtml request to the custom persistence layer -


i'm switching orbeon 3.9 4.2

i achieved state when forms database rendered form runner, can't make form builder work. when try edit form in builder. form runner makes /crud/orbeon/builder/form/form.xhtml request custom persistence instead of using form builder form.xhtml.

am missing something?

there default property set follows:

<property     as="xs:string"     name="oxf.fr.persistence.provider.orbeon.builder.form"     value="resource"/> 

this property tells form builder load built-in resources. must have property overrides default. try finding , changing it.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -