- Place the XBL file below the XBL under
WEB-INF/resources/xbl/example/first-last/first-last.xbl
. - Add to properties below to your
properties-local.xml
. The first is to include the component in Form Builder. The second is so Orbeon Forms knows about theexample
namespace in which we placed this XBL component. This tells the XForms engine in what directory (it takes the part afteroxf.xforms.xbl.mapping.
and puts it afterxbl
, here inferringxbl/example
) it can find the component in a given namespace (herehttp://www.example.com/
). - In Form Builder, click on the green Reload Toolbox icon.
<property as="xs:string"
name="oxf.fb.toolbox.group.custom.*.*.*"
value="oxf:/xbl/example/first-last/first-last.xbl"/>
<property as="xs:string"
name="oxf.xforms.xbl.mapping.example"