Key features Aims at helping you build better forms Is free and open source Provides a browser-based Form Builder, reaching version 1.0 soon Is standards-friendly (XForms, XML, PDF) Creates browser-based user interface based on Ajax Supports accessibility, including a script-free mode Is licensed ...
4
votes
1answer
78 views
How can I create repeated fields in Form Builder with Orbeon Forms 3.9?
Alex, I don't think I explained myself well enough (Although the information you provided was useful.) Lets say that I have an employment application that was created to collect information about a ...
4
votes
1answer
108 views
Re-initialize XBL component on xxforms-iteration-moved
I have an XBL component which creates a checkbox control in javascript. Value is set in javascript during the component initialization. Component works well when not used inside repeat but inside ...
4
votes
2answers
661 views
Server side Xforms form validation and integration into ASP.NET
I have recently been investigating methods of creating web-based forms for an ASP.NET web application that can be edited and managed at runtime. For example an administrator might wish to add a new ...
3
votes
1answer
38 views
XForms: Complex calculation for binding
I am looking for a possibility to perform complex calculations for a binding. The following instance is given:
<root>
<appointments>
...
3
votes
1answer
63 views
Is it possible to disable one of the options among a group of radio buttons?
I have a radio button control with two items in it.
<xforms:select1 ref="add-delete" appearance="full">
<xforms:item>
<xforms:label>Add</xforms:label>
...
3
votes
2answers
91 views
How to get attribute value based on node value using xpath
I am working on Orbeon forms and i have to use Xpath to retrieve attribute value. My scenario is as mentioned below.
I have a xml node as below.
<n>
<node>
<page ...
3
votes
1answer
88 views
How to handle reset behaviour when escape character is pressed twice in Orbeon Xforms
I have come to know that from IE 5, there is a strange behaviour that when escape character is pressed twice, all the form fields are reset automatically. This is not occuring in Mozilla. So as a ...
3
votes
2answers
169 views
How to insert attribute to all child nodes
Please find below my xform page.
<xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xxforms="http://orbeon.org/oxf/xml/xforms"
...
2
votes
2answers
21 views
Why are the elements for a non-relevant section template missing?
I'm using a section template created by Orbeon Form Builder that I included in another form also created by Form Builder. When in this form we make the section template invisible, it disappears from ...
2
votes
1answer
48 views
Orbeon form builder: Using date fields with initial value “current-date()”
I am using date fields in Orbeon form builder that should be prefilled with the current date (see http://i42.tinypic.com/erdjrb.jpg). When choosing a date by hand in the form, the date format in ...
2
votes
1answer
34 views
Making XForms enforce the constraint and type model item properties only when field is populated
I have a simple XForm with an input field where I have specified the field to be optional with the required="false()" property. However, I would like add a type and constraint property to the field ...
2
votes
1answer
29 views
What formats can I use for an xforms:input bound to a node of type xs:date?
I am looking at the <xforms:input> formatting documentation and am curious if it is at all possible to display the date as "3 Jul 2011". This should formatting very simple given the use of ...
2
votes
1answer
74 views
Unable to configure own persistence layer
I'm using Orbeon Forms 3.9 CE. To save the form data into a relational db, I decided to implement my own REST service. But now, when I tried to configure it in Orbeon, it doesn't worked.
I created ...
2
votes
1answer
52 views
In XForms, how to make all the fields readonly, except few fields?
I did the following to make a full page read-only, using Making an Entire Instance Read-Only:
<xforms:instance>
<form>
...
</form>
</xforms:instance>
...
2
votes
1answer
72 views
Can an Orbeon event in an XBL be dispatched from Javascript?
Orbeon version: Orbeon Forms 3.8.0.201005270113
I have the following code in a Javascript file. This code is executed, but it seems like the model in the XBL is not found.
...
2
votes
0answers
103 views
Orbeon autocomplete - Content is not allowed in prolog
I'm trying to add an autocomplete component in dynamic mode to a form created with the Orbeon Form Builder (version Orbeon Forms 3.9.0+.stable.201109261742 PE).
The xml below is a simple test form ...
2
votes
2answers
87 views
Orbeon Form Builder - Referring to a control within a Section Template
I have a number of forms that all reference a 'Header' Section Template. I would like to reference a control in this section template from another control in the form. (Using the method shown here: ...
2
votes
1answer
61 views
What is the ROUND function behavior in Orbeon Forms?
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 ...
2
votes
1answer
56 views
What is the naming convention used when mapping a pdf template within nested repeat fields?
According to the instructions on: http://wiki.orbeon.com/forms/doc/user-guide/form-builder-user-guide/pdf-generation#TOC-Multi-line-text
It states to map fields from orbeon forms to pdf templates ...
2
votes
1answer
33 views
Non-relevant XBL control initialization inside repeat
A XBL control which is bound to a non-relevant node is behaving differently when placed inside a repeat.
Why is xforms-enabled event fired on a non-relevant node inside repeat? init, xforms-enabled ...
2
votes
2answers
113 views
Constraint on characters to allow in a input field of an Xform
In our scenario we need to allow only the following listed characters as input for the input field
alpha/numeric
/ - Slash
- - Hyphen
( - Open parenthesis
) - Close parenthesis
. - Period
, ...
2
votes
2answers
120 views
Is tabindex feature there in xforms?
I was doing my unit testing for the form, and found out that there is some serious problem with the automatic tab index that Orbeon gives.
In my case I have the need for following tab indexes 1-7 as ...
2
votes
2answers
274 views
XFORMS multiple select option binding issue
I have select control which allows to select more than one value.
As and when i select values in that control, it adds the value into same node with a space.
Is it possible to create/delete a ...
2
votes
1answer
199 views
xforms: how to prevent xxforms:default value from over-writing user input
I have a dropdown to display status, which can be Enabled(true) or Disabled(false). Here is my xml instance.
<?xml version="1.0" encoding="UTF-8"?>
<page>
...
1
vote
1answer
27 views
orbeon autocomplete get selected item
I'm using the fr:autocomplete control for autocompletion of street names. The control itemset is filled by the returned address objects (streetname+number+zip+city) from an http service. I read in the ...
1
vote
0answers
19 views
Is it possible to stop the changing format of a double precision no. in a <fr:currency> field?
<xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:odt="http://orbeon.org/oxf/xml/datatypes"
xmlns:xi="http://www.w3.org/2001/XInclude"
...
1
vote
1answer
30 views
Is there any event that triggers after a session timeout?
In order to define my own listener, I have disabled the default one using the following property:
<property as="xs:boolean" name="oxf.xforms.show-error-dialog" value="false"/>
The Java ...
1
vote
1answer
27 views
Orbeon Tree View
I'm trying to mimic a desktop program in .NET (which generates XML file) by using Orbeon XForms Engine 3.9
How do I create the sidebar with the tree view using Orbeon ?
1
vote
1answer
34 views
Why are xforms-submit-error event properties allways empty?
I've just started with orbeon and xforms for some project.
I have Orbeon succesfuly integrated with my test application as xforms engine (separate deployment with crosscontext).
Now, xforms basics ...
1
vote
1answer
35 views
Accessing Orbeon's second xforms instance
Following Orbeon documentation about running xforms-with-java-applications,
I deployed Orbeon's war file separately beside my java war on JBoss.
I tried creating 2 instances inside one model
...
1
vote
2answers
25 views
Changing default evaluation context inside an action object
Is there any XForms object which I could use to override default evaluation context inside an action object? We have xforms:group in body part but do we have any in xforms:action? It would simplify ...
1
vote
1answer
73 views
How to create checkbox item resulting with 'yes'/'no' values instead of 'true'/'false'?
I've got a problem and hope it's only my lack of experience in XForms. I need to create checkbox item for data that is defined as an enumeration 'Yes'/'No'. Basically it's just boolean value but with ...
1
vote
0answers
68 views
Best way to embed Orbeon 3.9 xform in JSF page
I have been trying for a few days to embed an Orbeon 3.9 supported xform in a JSF page without much luck. I am running Orbeon as a "separate" deployment (ie. oxf.xforms.renderer.deployment = ...
1
vote
2answers
47 views
How to get a value on event xxforms-value-changed?
I would like to get the value and the name of the element(or ID) when a value has changed in
fr-form-instance? I've added the followling in "fr-form-modal" :
<xforms:model id="fr-form-model">
...
1
vote
1answer
33 views
What is the easiest way to add additional html to my form using the Orbeon Form Builder?
We want to use Orbeon Forms to build and run some forms, however these forms require some more explaining than is possible in the 'hint' or 'help' sections. ('hint' is supposed to be rather short, ...
1
vote
1answer
65 views
How to enable or disable a field on value change of another field?
<xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:xxforms="http://orbeon.org/oxf/xml/xforms"
xmlns:xforms="http://www.w3.org/2002/xforms">
<xhtml:head>
...
1
vote
1answer
18 views
How to configure the expire date of orbeon resources
We have Orbeon 3.8 PE
According to the documentation, "At the moment, the resources served by the PFC (that is all the resources except the XForms engine's CSS and JavaScript resources) do not ...
1
vote
1answer
32 views
How can I adapt the Wikibooks Vertical Menu example for Orbeon Forms?
I'm looking for help implementing a vertical menu with Orbeon. Here is an example of what I'm looking for: http://en.wikibooks.org/wiki/XForms/Vertical_Menu .
Any pointers on how to go about ...
1
vote
1answer
48 views
How to set the height of an iframe pointing to Orbeon Forms to match the height if its content
I have a form built with Form Builder. I am showing the form in an iframe. How can I calculate the forms height so I can pass it to the iframe and as result have no vertical scroll bar on the iframe ...
1
vote
1answer
42 views
Is there a MySQL Processor or REST API for Orbeon
I'd suppose there is some sort of MySQL REST API or a processor included with the Orbeon 3.9 PE. However I seem to fail in finding any documentation about such.
If there's some generic solution ...
1
vote
1answer
41 views
Orbeon performance by caching of js and css. How?
I am using Orbeon 3.9 CE on tomcat. And also another Server runs Orbeon 3.9 CE on Weblogic for different environment.
I can see that the js file send from server is around 800Kb and the css send is ...
1
vote
1answer
213 views
Use of Orbeon Forms into Liferay
I wanted to know how Orbeon Forms work in Liferay because the Web Forms portlet is very limited, so I visited Orbeon's website and read its documentation. Then I downloaded it and ran in a Tomcat ...
1
vote
1answer
143 views
Tomcat configuration for serving static content directly for Orbeon
Tomcat configuration link in orbeon tells about how to configure tomcat to server static content like images, java-script and css directly to the client machine and remove un-necessary load from the ...
1
vote
1answer
66 views
Nested group in Orbeon xforms
Please anyone let me know if group within a group works in Orbeon xforms.
I have tried this but the inner group is not working.
The code might look like this:
<xforms:group ...
1
vote
2answers
161 views
How to do something with selected values of an xforms:select every time they change?
I have this problem with XForms I am running on Orbeon Forms. I am using a fr:box-select control as follows:
<fr:box-select bind="box-select-bind" id="box-select-control">
...
1
vote
1answer
32 views
How to get all the pages validated, not just the current one, when submitting a form?
First I created a form in Orbeon Forms with Form Builder. Next I made it a multi-page form as described in Create a wizard or multi-page form with Form Builder.
The problem I'm facing is that when ...
1
vote
1answer
38 views
List all the invalid controls in Orbeon forms
I have 30 fields in my form. At the bottom of the form I have a button where if I click on it, it should display all the fields which are invalid. Invalid includes not filling the mandatory fields ...
1
vote
1answer
69 views
Which HTML tag can be used to accept dynamic class name in Orbeon Forms
I use Orbeon Forms and I want to set a dynamic class name on a div or span (or any non-XForms tags like xforms:output) so that group of controls can be set with that CSS class.
<div ...
1
vote
1answer
45 views
Orbeon XForms: Reuse http service for several actions
The seperation between http services and actions in Orbeon forms would enable to reuse a http service for several actions. But according to ...
1
vote
1answer
36 views
How to reorder fields in an ORBEON Form
I understand that the layout in Orbeon Forms is grid-based, but even inside a grid of let's say 10 rows and 5 columns, If I happen to want to shift the 8th row to the 3rd row using the Visual Form ...