I\'m working on an application that embeds Orbeon XForms renderer. I\'m using this to generate XHTML rather than HTML. We have a form that uses 2 custom XBL components.
In Orbeon Forms I need to create a component (using XBL) that when bound to an instance like <OCinstructionitem>
In Orbeon Forms(dev-post-3.7.1.200911140400)we have code in an XPL that do some calculation, and part of this calculation is we ROUND the result to 2 decimal places. Below is an example of the code we
Attempting to integrate Orbeon 3.9 CE with Grails 1.3.7, using the recommended separate war deployment approach specified here:
Can anyone please give me an idea on how to autocomplete input controls in XForms such that when a user begins typing words开发者_如何转开发 that begin that way appear?
We are using Orbeon 3.9 PE, and created forms with calculated fields using the Dollars and Cents control. Now we are in the process of replacing Orbeon 3.9 PE we have found the following issue with th
I want to validate the size of the phone number field based on the selection made in t开发者_JS百科he Phone Type field. Cell numbers should be 10 in size, Home and work numbers should be 11 in size. H
Is there a way in Orbeon to save TextAreas and RTEs as CDATA sections so that line breaks and other formatting inputted by the user is preserved?In some use cases it\'s really i开发者_如何学Gomportant
I have a few for-each loops, that I use to iterate over the elements of a configuration XML which is very small size (2 KB on disk) to arrive at a source URL and a target URL dynamically.Then, I retri
How can I create a multi page form in Orbeon Form Builder? I want the next page to be determined bas开发者_运维知识库ed on the answers of the earlier questions. Please point me to any documentation in